Viewing 15 posts - 7,771 through 7,785 (of 9,244 total)
dso808 (8/11/2010)
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
August 18, 2010 at 9:59 am
Perry Whittle (8/18/2010)
which version\edition of the Windows operating system are you using?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
August 18, 2010 at 9:32 am
Hello, me again.
God this guy Russel likes Dell doesn't he? Not on the payroll by any chance is he? 😀
Just one piece of advice, don't do it!!
If a machine starts...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
August 18, 2010 at 9:24 am
Firstly, it would help if you post in the correct forum location for help with your issue, that aside the link at
http://support.microsoft.com/kb/918992/en-us
does not apply to your scenario in any...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
August 18, 2010 at 9:18 am
you're welcome 😎
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
August 18, 2010 at 9:06 am
The following gets any SQL Server login that has had their account changed in the last 3 days
select [name] as SQL_User, modify_date as ModifiedDate
from sys.server_principals
where type = 'S' and...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
August 18, 2010 at 8:40 am
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...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
August 18, 2010 at 8:13 am
which version\edition of the Windows operating systsem are you using?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
August 18, 2010 at 8:07 am
you're welcome 😉
To be fair that does catch a few people out!
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
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!
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
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...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
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...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
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
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
August 17, 2010 at 4:33 pm
you could use SMO calls or build from T-SQL scripts!
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
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!
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
August 17, 2010 at 3:07 pm
Viewing 15 posts - 7,771 through 7,785 (of 9,244 total)