Viewing 15 posts - 1 through 15 (of 19 total)
I get invalid object when I tried to execute sp_msforeachdb
What would be input which I need to apply in this case?
Msg 201, Level 16, State 4, Procedure sp_MSforeachdb, Line 0
Procedure...
May 16, 2008 at 9:40 am
But If the user db .mdf/ldf files gets corrupted at 1PM, is it possible in this case (point in time)?
September 26, 2007 at 11:22 am
Following command:
use master
select 'kill',56 from master..sysprocesses where db_name(dbid) = 'PIT_TEST'
Prints nothing: (0 row(s) affected)
I was able to recover the data, simply updating the changed records, but still trying to figure...
July 26, 2007 at 12:11 pm
Tried according to ALZDBA, still getting same error. Please see the attachment, as you can see just the background processors are running, closed...
July 25, 2007 at 9:43 am
How to create a role which will be member of fixed db role? Thanks
July 20, 2007 at 1:25 pm
So users should be scripted on weekly basis in case of DR, databases/users/jobs can be move to other server if you are in standalone environment??
May 1, 2007 at 3:25 pm
Login doesnt exist on the server but users are part of user db which are need to be fixed on QA server. Update_one doesnt help either:
sp_change_users_login 'update_one', TestUser, 'TestUser'
Server: Msg 15291, Level...
May 1, 2007 at 2:57 pm
I get something like..
Server: Msg 15290, Level 16, State 1, Procedure sp_change_users_login, Line 166
Terminating this procedure. The Action 'AUTO_FIX' is incompatible with the other parameter values ('UserName', '(null)').
May 1, 2007 at 10:17 am
After running the tracer it shows hostname connections within the network, please advice how to capture TDS packets, is this is something needs to be done by the network...
December 28, 2006 at 10:26 am
Getting following error when I tried to run 2nd script:
/*-----------------------------
SELECT NAME AS NameOfFile,
CAST
((SIZE/128.0 -CAST(FILEPROPERTY(NAME, 'SpaceUsed' )AS INT)/128.0)AS INT) AS AvailableSpaceInMB FROM DBNAME..SYSFILES
-----------------------------*/
Server: Msg 208, Level 16, State 1, Line 1
Invalid...
June 27, 2006 at 11:54 am
Viewing 15 posts - 1 through 15 (of 19 total)