Viewing 15 posts - 301 through 315 (of 541 total)
gmamata7 (8/18/2010)
We have performed the upgrade from SQL Server 2005 to SQL Server 2008 using Side-by-side upgrade method in a new server.
After the upgrade, we have changed the compatibility level...
August 19, 2010 at 9:25 am
gmamata7 (8/18/2010)
Only one job is failed. Because that is the only job running at that time and there are NO other jobs runningAnd all settings are fine. Thanks
Can you recreate...
August 19, 2010 at 9:17 am
pshaship (8/18/2010)
We have a 2 node active/passive cluster setup for SQL Server 2005 x64 with SP3 on Windows 2003 x64 with SP2.
In order to perform maintenance on Active node, we...
August 18, 2010 at 12:48 pm
shannonjk (8/17/2010)
I have encountered this problem in the past, and today it reared its ugly head again in my Datawarehouse loads this morning. Basically what happened is a...
August 18, 2010 at 8:32 am
gmamata7 (8/18/2010)
We have 2 node active/passive cluster setup for SQL Server 2005 SP3 on Windows 2003 x64 with SP2
A scheduled SQL Agent backup job has failed and after investigation,...
August 18, 2010 at 8:28 am
kd11 (8/13/2010)
SELECT *
FROM OPENQUERY( ADSI,
'SELECT Name, SN, ST
FROM ''LDAP://xxxx.local,DC=AAAAA4,''
WHERE objectCategory = ''Person'' AND
objectClass = ''user''')
I receive the error message:
Msg 7321, Level 16, State...
August 17, 2010 at 1:53 pm
brownsea (8/13/2010)
I has a user with 'SQLAgentOperatorRole' and 'TargetServersRole' permissions and it is db_owner in MSDB DB and it had EXECUTE permission on sp_start_job, but I am still getting the...
August 17, 2010 at 1:40 pm
Patrick Womack (8/17/2010)
August 17, 2010 at 1:29 pm
backup locations are located in:
msdb..backupmediafamily
August 5, 2010 at 2:05 pm
ejbatu1 (8/5/2010)
August 5, 2010 at 1:37 pm
This is normal if you have databases that are running long/big transactions.
run dbcc opentran to see which transactions are currently running.
Rebuilding/Reorganizing indexes will also increase the log if the log...
August 5, 2010 at 1:14 pm
Did anyone figure out where backup locations are stored?
it's not in msdb..backupfile or msdb..backupset.
I'm looking for "D:\DBBACKUPS\test123_080520101200.BAK" after i execute:
backup database test123 to disk ='D:\DBBACKUPS\test123_080520101200.BAK'
August 5, 2010 at 10:50 am
Yes you can but i believe you must reinitialize subscriber after the upgrade.
August 4, 2010 at 12:55 pm
Thank you for a fast response.
Did you use SQL Server Migration Assistant 2008 for Sybase ASE V4.0?
April 6, 2010 at 12:22 pm
you cant create FTS on RBS but you can create fts on filestream.
April 6, 2010 at 11:58 am
Viewing 15 posts - 301 through 315 (of 541 total)