Viewing 15 posts - 2,641 through 2,655 (of 15,381 total)
Greg Edwards-268690 (7/16/2015)
Sean Lange (7/16/2015)
DBA From The Cold (7/16/2015)
Brandie Tarvin (7/16/2015)
DBA From The Cold (7/16/2015)
BrainDonor (7/16/2015)
Brandie Tarvin (7/16/2015)
BrainDonor (7/16/2015)
Lynn Pettis (7/15/2015)
July 16, 2015 at 8:28 am
kbadarinath (7/16/2015)
July 16, 2015 at 7:37 am
DBA From The Cold (7/16/2015)
Brandie Tarvin (7/16/2015)
DBA From The Cold (7/16/2015)
BrainDonor (7/16/2015)
Brandie Tarvin (7/16/2015)
BrainDonor (7/16/2015)
Lynn Pettis (7/15/2015)
July 16, 2015 at 7:34 am
shirish_padekar (7/15/2015)
We are using asp.net and all our database related codes are enclosed inside using() which takes care of closing/disposing the connections after operation is done:
using (SqlConnection connection = new...
July 15, 2015 at 8:12 am
shirish_padekar (7/15/2015)
From last few days at times we are getting below errors:
1. Timeout expired. The timeout period elapsed prior to completion of the operation or the server is...
July 15, 2015 at 7:30 am
scotsditch (7/14/2015)
"house:app.apx&resultid=1234,clientip"
or
"tost:app.apx&resultid=123,clientip"
or
"airplane:app.apx&resultid=123489,clientip"
I'm trying to pick out the numbers between resultid='...',clientip no matter what the rest of...
July 14, 2015 at 1:12 pm
robert.wiglesworth (7/14/2015)
If I am able to edit how the records in this table get entered, should I...
July 14, 2015 at 1:11 pm
MarkThornton (7/14/2015)
Thanks for the suggestion. However, I make extensive use of Redgate's SQL Server Source Control, which will only work on one instance of Management Studio at a...
July 14, 2015 at 8:20 am
Steve Jones - SSC Editor (7/13/2015)
Glad you were here to answer questions while I was away
Nice. I went there once in high school and it was so foggy you couldn't...
July 13, 2015 at 12:13 pm
ctaylor 79909 (7/13/2015)
July 13, 2015 at 9:10 am
ctaylor 79909 (7/13/2015)
I inherited the SQL Server solution here and thought that when I read "as Timestamp" in the DML, that I...
July 13, 2015 at 8:50 am
sgmunson (7/13/2015)
Sean Lange (7/13/2015)
July 13, 2015 at 7:55 am
I don't think that the timestamp datatype is what you think it is. You should read up about it here. https://msdn.microsoft.com/en-us/library/ms182776.aspx
Please note that timestamp is an alias for ROWVERSION. It...
July 13, 2015 at 7:53 am
vs.satheesh (7/13/2015)
In my production server we have configured two separate instance.One default instance another one named instance.Whenever i try to login through named instance its connecting very fast.But...
July 13, 2015 at 7:49 am
Viewing 15 posts - 2,641 through 2,655 (of 15,381 total)