Programmatically Speaking ...

This site

Fav Blogs

Sponsors

  • MaximumASP
  • Packet Sniffer

Browse by Tags

All Tags » SQL server 2005 (RSS)
Get the Monday date of a given week in a given year
I have not done much sophisticated SQL server programming, generally I profer ad-hoc queries, select-insert-update-delete, and leave other calculations in .net programming. (When I do do heavy-lifting database programming, I use foxpro. I like quick and...
Posted: Jun 26 2008, 12:12 AM by xxxd | with no comments
Filed under:
Comb the tangled SQL server 2005 connection string and deploy the database to remote SQL server
No matter how many ADO .net application I did and will write in the past and future, near and far, there is no way I can remember the long connection strings in indecipherable machine language. Normally I would do a quick search and grab whatever turns...