Viewing 15 posts - 166 through 180 (of 182 total)
Okay. Thank you Gail. I will be looking now on how to do that. I've never done it before so I will be investigating what the steps should...
July 31, 2009 at 8:14 am
Part of the name is related to the company except for a portion of it makes no sense. We are getting hit every 1/2 seconds and filling up the...
July 28, 2009 at 9:22 am
The ip address that you see in the error message is the sql server ip. That is why it is so difficult to identify.
July 28, 2009 at 9:10 am
Oh cool! That's even better.
July 24, 2009 at 8:26 am
No, I don't mean that. What I am saying is that I will put the database in offline mode and then kill the .net sqlclient connections to the database...
July 24, 2009 at 8:15 am
After posting I found that the application server which has a service running on it to connect to the database server is what is initiating the .net sqlclient connections. ...
July 24, 2009 at 7:52 am
Is this the command to bring it back online after the restore:
use master
alter database MyDatabase set online
July 23, 2009 at 2:20 pm
I agree with you completely. I guess because they are asking fron a database perspective what should be backed up, I thought I would the question.
July 22, 2009 at 9:51 am
Yes, I found this (see below) on social.msdn.microsoft.com web and was going to try this. Since we are on a clustered server, the start command didn't work and that...
July 13, 2009 at 2:13 pm
-dD:\Data\ATS\FLOR\MSSQL.1\MSSQL\DATA\master.mdf;-eD:\Data\ATS\FLOR\MSSQL.1\MSSQL\LOG\ERRORLOG;-lD:\Data\ATS\FLOR\MSSQL.1\MSSQL\DATA\mastlog.ldf -c -T3608
-c -T3608 is what I was adding. It was to allow the the sqlserver to be brought up so I could detach msdb and repair. That...
July 13, 2009 at 11:29 am
I was wondering is there a script to automate this? I would like to automate so that I don't have to keep on top of new sql logins.
Thanks.
Patti
September 2, 2008 at 7:16 am
Hey all, what the application team decided to do is have me delete all the users except two. One user is an admin type account and the other is...
August 26, 2008 at 3:48 pm
No they are not all developers. I have queried the application team to determine if all the 50+ users need to been defined and will go from there.
Do have...
August 26, 2008 at 1:18 pm
I will be calling the database a different name. If I put the test database under a different instance which I was thinking of doing, then I have to...
August 26, 2008 at 12:41 pm
Thank you. I wasn't sure if SSIS was cluster aware. It wasn't configured that way but you were right, all I had to do was install Integration services...
July 14, 2008 at 9:29 pm
Viewing 15 posts - 166 through 180 (of 182 total)