Viewing 15 posts - 76 through 90 (of 534 total)
SELECT * FROM iaxChecksCurrent
WHERE
CONVERT(DATE,UploadDate) = '2012-07-18'
gives me this:
Msg 243, Level 16, State 1, Line 1
Type DATE is not a defined system type (I neglected to say I was...
July 26, 2012 at 8:28 am
: ) Major incidents we can do without! ciao!
July 2, 2012 at 7:37 am
You have been so very helpfull and I apologize for not posting back with results!!
I ended up killing the hung backup threads and it turns out that there were Netbackup...
July 2, 2012 at 7:12 am
Thanks for all your help. I think I will Kill the threads on the user database first and see how I make out. I can at...
June 30, 2012 at 1:04 am
Netbackup running a Full Backup everynight and TLOG backups every 2 hours during busines hours. Sometimes we do have jobs waiting for media.. but not often....
June 29, 2012 at 6:54 pm
Both Databases have threads with wait types of Backupthread, backupio and lck_m_u
June 29, 2012 at 2:40 pm
I got this cleaned up by going in through Management studio and DISABLING Replication - this seemed to cleanup what I messed up and allowed me to re-do the whole...
June 28, 2012 at 2:45 pm
Thank you for the replies. It goes without saying that i will try and ramp up the CPU and memory on any new solution, I...
June 7, 2012 at 3:17 am
Thank you Lowell. I will do some testing of my own on a Test server!
You guys are the best!
May 21, 2012 at 2:15 pm
You set a DB to read only like this:
ALTER DATABASE [My_Databse] SET READ_WRITE WITH NO_WAIT
So I would change the Trigger to:
Create TRIGGER...
May 21, 2012 at 1:52 pm
Thank you. one of the devopers had asked advice on how to optomize it.. i just thought maybe i was missing something... thanks!!
April 3, 2012 at 11:57 am
Joie Andrew (1/13/2012)
January 13, 2012 at 6:37 am
did you try
Use Master
EXEC sp_change_users_login 'Auto_fix', 'userid'
Use USERDB
EXEC sp_change_users_login 'Auto_fix', 'userid'
This sometimes works for me after I've done a redirected restores to remap the users
January 11, 2012 at 6:15 am
restarted the service, got a connection and set the memory back to 2048mb
January 6, 2012 at 7:18 am
Viewing 15 posts - 76 through 90 (of 534 total)