Viewing 9 posts - 1 through 9 (of 9 total)
Of course I had to read up on LEAD before answering this question. MSDN states: "Notice that because there is no lead value available for the last row of each...
October 31, 2012 at 6:31 am
I learned something new today. I've always used the "=" or "AS" when doing column aliases. So when I looked through the choices on this question, "select Id, name name...
October 26, 2012 at 6:23 am
The index fooled me too. I was not thinking about the PK.. At least I learned more about table variables today. I use them quite often, especially if I need...
October 19, 2012 at 6:55 am
Nice trick. I looked at the last number as 1000, but didn't take into account the first value was 0. At least I learned something new today, and while I've...
August 23, 2012 at 7:23 am
I was also stumped on the mirroring option. Did a quick lookup on msdn and found the alter database mirroring options are not available for contained databases. I guess I...
July 26, 2012 at 7:23 am
I was wondering why the answers were checkboxes too and not just radio buttons. The answer is 10, I looked it up on msdn just to be sure. So where...
July 5, 2012 at 6:38 am
I went for answer #2 as well, but then realized after the fact that the create index is indeed a seperate statement. So I learned a couple new things already...
June 27, 2012 at 6:28 am
I created a few vb.Net apps to backup and restore databases, but I used SMO as well. This way it's also easy to add a progress bar and thread it...
April 27, 2012 at 6:22 am
Nice post, though I didn't want to loop to send multiple files. Instead I added a script task to create an FtpClientConnection and passed a string array to the FtpClientConnection.SendFiles()...
February 23, 2012 at 6:14 am
Viewing 9 posts - 1 through 9 (of 9 total)