Viewing 15 posts - 7,786 through 7,800 (of 9,253 total)
you need to add that drive as a dependency to the SQL Server instance you wish to use it on. You will need to offline the service resource first, then...
August 18, 2010 at 8:13 am
which version\edition of the Windows operating systsem are you using?
August 18, 2010 at 8:07 am
you're welcome 😉
To be fair that does catch a few people out!
August 18, 2010 at 5:08 am
All username and password changes for the service accounts bound to SQL server services must be updated via SQL server configuration manager!
August 18, 2010 at 1:38 am
You are dowoading the wrong CU. You have selected x86 and not x64. Revisit the download page and select the correct CU. To see other downloads available click
Show hotfixes for...
August 18, 2010 at 1:02 am
The backslash is not an issue, open a sqlcmd window and try it.
My screenshot shows, you can enter a statement on line 1 and you push return expecting the...
August 18, 2010 at 12:50 am
the clustered sql server instance uses a virtual network name which is shared between nodes.
There should be no issue
August 17, 2010 at 4:33 pm
you could use SMO calls or build from T-SQL scripts!
August 17, 2010 at 4:20 pm
no, if enetering T-SQL statements into the SQLCMD console you need to signal the end of the batch using the GO statement.
The attached screenshot shows this!
August 17, 2010 at 3:07 pm
also, you may want to post in the correct forum section in future 😉
August 17, 2010 at 12:27 pm
onlo (8/16/2010)
(2)The last step was failed : The provisional tool for Windows Vista client.
This should not be necessary unless the SQL Server instance is installed on a Vista machine!
August 17, 2010 at 12:11 pm
- Win. (8/17/2010)
And we updated the domain account and password
what tool did you use to update the service account username and password?
Services snapin
SQL Server Config Manager
August 17, 2010 at 12:08 pm
are there any errors in the Windows event log?
August 17, 2010 at 12:05 pm
you will also need to issue a GO statement to signal the end of the batch and execute the statements 😎
August 17, 2010 at 12:01 pm
mikes84 (8/17/2010)
Thanks for the response Perry!
you're welcome 😉
mikes84 (8/17/2010)
I'm not sure I understand the difference between transactional replication and database mirroring,
The 2 are vastly different. keeping it simple (forgetting...
August 17, 2010 at 10:43 am
Viewing 15 posts - 7,786 through 7,800 (of 9,253 total)