Viewing 15 posts - 3,721 through 3,735 (of 4,272 total)
The use statement that you specified is not going to ever help. The OSQL command executes in its own context, and will go to the default database for whatever...
August 31, 2009 at 10:14 pm
If you stop and start SQL I can almost guarantee your database will be corrupted. Been there done that. You will just have to wait or it to...
August 31, 2009 at 9:18 pm
The only way to make agent do that is to do it with a job with multiple steps. But not anything that says the job A and B have...
August 31, 2009 at 9:02 pm
207ms over 100K records hardly seems worth it.. Good to know though..
CEWII
August 31, 2009 at 8:14 pm
Jean-Sebastien Carle (8/31/2009)
August 31, 2009 at 7:55 pm
If its an identity it can be missed by a rolled back transaction. If a transaction is begun, a record is written to the log, and then the transction...
August 31, 2009 at 12:32 pm
I know I do, I'm always trying to learn something new. And even as much as I post solutions to other people's questions, I still get a lot out...
August 31, 2009 at 12:29 pm
Jeff Moden (8/29/2009)
August 31, 2009 at 9:11 am
I look forward to hearing how it went. I would love to see if others have any other or better approaches..
CEWII
August 29, 2009 at 11:58 am
1. Could be network, are there any reports available on utilization at those times that its gets sketchy?
2. On the SQL Server did you set priority boost? If so...
August 28, 2009 at 10:49 am
For single instances I'm thinking that doing it with the conversion involves very little impact on performance. I'm not disputing that this works. I did a really quick...
August 28, 2009 at 9:32 am
I'm not sure about "better", but when times CAN come into play we need to be aware of the dates we choose. As far as taking 3ms off, I...
August 28, 2009 at 9:01 am
Ok, I can see that.
Then choose a location and write a file to that location. Your DLL can just read it, don't require it to be passed in. ...
August 28, 2009 at 6:27 am
Actually I do..
1. Both SQL servers cannot be running, only one.
2. Changing the ip address on the one can make it difficult to get the other one working again because...
August 28, 2009 at 6:22 am
DNS isn't so much routing as resolution.. If prod ip address is 192.168.1.100 and the DR server's ip address is 192.168.2.50. You would configure DNS for some arbitrary...
August 27, 2009 at 8:37 pm
Viewing 15 posts - 3,721 through 3,735 (of 4,272 total)