Viewing 15 posts - 16 through 30 (of 192 total)
When doing the same thing we had the active node at sp 2 with some updates applied. I seem to remember that we had to go back down to...
April 15, 2009 at 3:10 pm
check it: http://www.sqlteam.com/article/monitoring-sql-server-agent-with-powershell
Looks promising.
April 7, 2009 at 5:21 pm
Are you setting your cluster up for production, or is this a test lab on an isolated network?
Where is your DNS? You could try creating it there.
I remember there...
March 24, 2009 at 6:23 pm
If you are concerned about this, you need to start tracking the size of your database. You can then plot the growth on a graph and estimate the day...
March 24, 2009 at 4:27 pm
Bad locking will result in excessive blocking - and your application will start to get deadlocks or slowness.
March 24, 2009 at 4:21 pm
You could look on your DNS server, or just "PING SERVER" at the command line.
You specify the virtual server name and the sql setup registers it with your DNS server....
March 24, 2009 at 4:20 pm
osql uses odbc
sqlcmd is the new replacement which uses ole db. I would assume it would be the wisest choice to use - it would probably give your solution...
March 24, 2009 at 10:28 am
credential:
http://msdn.microsoft.com/en-us/library/ms190703.aspx
proxy:
http://msdn.microsoft.com/en-us/library/ms189064.aspx
But note that the password is stored in the credential, so this shouldn't be your personal account, rather, a service account with a non-expiring password.
March 23, 2009 at 2:21 pm
I believe you need to find out what account sql agent service is running under and grant the appropriate permissions to it. Otherwise you need to create a 'credential'...
March 23, 2009 at 1:54 pm
I like to log on to the server as the service account and test to make sure I can access resources, such as shares.
Is your sql agent using...
March 23, 2009 at 11:04 am
If it does seem that the file is actually locked, you might process monitor to get to the bottom of it.
http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx
March 23, 2009 at 11:00 am
Thanks for your feedback.
How would the IO subsystem effect communication with our domain controller? I don't see why it would choose to let administrators in during that scenario either...
March 19, 2009 at 6:12 pm
You just need to install the sqlcmd.exe whereever you want to run the backups from.
If you open cmd and type sqlcmd /? (of course you need to be...
March 19, 2009 at 3:51 pm
I see this article for sql express 2008, so it must be available.
http://msdn.microsoft.com/en-us/library/ms165702.aspx
Looks like it's in the sql express toolkit:
March 19, 2009 at 2:54 pm
Viewing 15 posts - 16 through 30 (of 192 total)