Viewing 10 posts - 1 through 10 (of 10 total)
I agree that getwd() returns the "working" directory, but, that was not the question. The question was "How can I determine my CURRENT directory?" They can be the same, or...
May 31, 2017 at 9:51 am
Yes, and sometimes the comments in that "Boilerplate" comment section entails many times the size of the the working code. More importantly, it provides a "paper trail" when...
September 12, 2016 at 4:22 pm
Having the schema's and sprocs in a VCS helps immeasurably when you are trying to figure out what, where, why a change was made. Even just knowing who did...
September 12, 2016 at 3:33 pm
We use TFS here in my shop. The web developers had been using it for several years and finally this year the database team set up and started using...
September 12, 2016 at 3:27 pm
I have been fortunate that I only have to travel about 20 miles to attend both Sql Saturday and Code Camp events here in San Diego California. Unless I...
July 29, 2016 at 9:35 am
ChrisM@home (4/20/2011)
SELECT CAST('00000000-0000-0000-000-0000000000' AS uniqueidentifier)
SELECT CAST('00000000-0000-0000-0000-000000000000' AS uniqueidentifier)
Why do you want to put this value into a uniqueidentifier column?...
May 5, 2016 at 12:39 pm
I wasn't sure about this one, so I had to do a lot of research... Really, I did! 🙂
Chief
April 18, 2016 at 9:29 am
I also believe the answer is misleading. The select will return 1 row, 1 to 9 times, each one is a separate select of 1 row. A better...
November 5, 2014 at 9:39 am
I get 3 distinct random numbers on my dev database and 6 distinct random numbers using the master database. I am using Sql Server 2005.
September 30, 2014 at 9:38 am
Viewing 10 posts - 1 through 10 (of 10 total)