Viewing 15 posts - 1 through 15 (of 29 total)
OK..thx
March 31, 2010 at 9:18 am
So...did it ever cause you issues?
I just set up new 2 SQL 2008 servers, on DB server, one RS server, and I get exactly the same thing when I configure...
March 31, 2010 at 8:57 am
The script is only for SQL 2005...
April 16, 2009 at 1:12 pm
I'm using the Sybase OLEDB config tool that was installed with the Sybase client on the server.
I get the same issue using SQL 2000 so I suspect its the...
January 14, 2009 at 8:42 am
SQL version shouldn't matter, you're just writing to the disk.
July 24, 2008 at 9:02 am
Is your 'master' account a domain account?
Can you run the backup through a query window?
If you log on as the 'master' account can you do something like xp_cmdshell 'dir \\server\drive\folder...
July 24, 2008 at 8:12 am
My guess is when it is running it is running under the SQL Agent account, not your account. What account is SQL, and SQL Agent running as, does that account...
July 24, 2008 at 7:26 am
Are you running as a job, Maintenance plan or just a query?
Can you post the SQL?
July 24, 2008 at 7:20 am
Steve,
That was it.....only been messing with this for 2 days....
Cheers
Glynne
May 23, 2008 at 9:36 am
A little more info. I have narrowed down the issue to one table. That table has a clustering index, and 3 non-clustered indexes. It has 43,000,000 rows. I ran DBCC...
May 11, 2007 at 8:40 am
In SQL 2005 I use this....
SELECT
object_name, counter_name, cntr_value/1024 as 'MBs...
May 9, 2007 at 11:22 am
The title should be 'Conversation Groups'
June 28, 2006 at 10:41 am
Yelena,
Everything is working fine now. It started working again yesterday morning.
I was running a command very similar to yours. I could run the sp_send_dbmail without the query and it worked...
January 6, 2006 at 11:28 am
Yelena,
DDDD\xxxxxx is a domain account. It is the account I use to lov=g on to the workstation. It is alos the account that is running SQL. The computer is on...
January 6, 2006 at 10:38 am
Viewing 15 posts - 1 through 15 (of 29 total)