Viewing 15 posts - 76 through 90 (of 110 total)
Bhuvnesh (9/30/2010)
can you see them in local box's mgmt studio ?
Yes, but the local management studio failed to expand the "object explorer" for this instance.
However, I can still see the...
September 30, 2010 at 7:08 am
Adiga (9/28/2010)
Is this an option?Detach those databases
Connect to SSMS as SA
Attach the databases using CREATE DATABASE...FOR ATTACH
Thanks Adiga, your method actually works!
September 30, 2010 at 1:12 am
raistlinx (9/28/2010)
I believe if you are logged in as 'sa' when you do the move the owner should be sa. Is that an option for you?
Nope, running as 'sa' is...
September 28, 2010 at 5:12 am
If I use:
use model
go
exec sp_changedbowner 'sa'
go
error message is:
Cannot change the owner of the master, model, tempdb or distribution database.
September 28, 2010 at 3:46 am
sjimmo (9/24/2010)
The problem lies in that fact that xp_cmdshell does not recoginize lang windows paths but we can still use shortend path names with tilde (~) in them.
This is actually...
September 24, 2010 at 7:40 am
Hey mate
I've found an ultimate solution for all the non-standard executables to be run in xp_cmdshell.
The problem lies in that fact that xp_cmdshell does not recoginize lang windows paths but...
September 24, 2010 at 7:05 am
I can't run your exact queries, so I came up the same kind of query as you had.
You basically want the xp_cmdshell to do something like this:
EXEC master..xp_cmdshell '"C:\Program Files\Microsoft...
September 24, 2010 at 6:12 am
Shawn Melton (9/23/2010)
sqlcmd -E -d pubs -h-1 -Q...
September 23, 2010 at 9:16 am
Here is the thing.
I actually don't want to get pure data out of a query, the query out will present a set of dos batch commands that can be put...
September 23, 2010 at 8:43 am
skrilla99 (9/20/2010)
Look at the permissions set for the AuditLevel value in the registry and verify that...
September 21, 2010 at 1:22 am
Oliiii (9/20/2010)
Check if the account running the sql server service has enough rights to look at the registery value.
Hello Oliiii
The service account for this sql server instance is "local system...
September 20, 2010 at 9:18 am
I am the sysadmin.
September 14, 2010 at 11:20 am
@nick-2 Tran
Yes, i did use both lower cased and proper cased versions of this stored proc.
Thanks for you reply. But my issue is that this system...
September 14, 2010 at 8:25 am
Thanks again to you two experts.
So I will treat this SP3 updates as seriously as major changes and communicate well with the testing team with a good testing plan.
September 9, 2010 at 12:30 pm
Thanks Roy.
I am just wondering if this ever happened that a SQL sp patch went wrong.
September 9, 2010 at 12:13 pm
Viewing 15 posts - 76 through 90 (of 110 total)