Viewing 12 posts - 1 through 12 (of 12 total)
I had the same problem but I am using SQL Server 2008 R2 SP1 with a service broker, but there is no information on internet about this problem.
Did you solve...
August 14, 2013 at 10:13 am
After I had this issue too, I changed the DV name from UPPERCASE to LOWERCASE:
sys.dm_db_index_usage_stats
It worked for me.
October 26, 2011 at 9:49 am
dbcc showcontig in fact shows you the table fragmentation, but dbcc indexdefrag defrags the index, not the table, so the question is.. How do I defrag a table?
I am looking...
April 20, 2010 at 1:32 pm
Hi, yo must set your SQL Server service account as a local adminsitrator of Windows
March 26, 2010 at 10:58 am
Hi,
I am having the same issue with my sql server, but nobody has answered the topic, did you solve this problem?
March 16, 2010 at 1:25 pm
Hi, you must to intall Microsoft SQL Server 2005 Backward Compatibility Components, you can download it here:
After this, exec this in the run command:
regsvr32 "C:\Program Files\Microsoft SQL...
January 19, 2010 at 12:06 pm
Hello, this error is stressing me a lot, I can´t find a good answer in all the web. Pls Help
February 24, 2009 at 3:51 pm
Hi, I don't know if you understand what i tried to say, but if your tempdb database is too big, you want to reduce it's size, so, the only way...
July 25, 2008 at 9:45 am
Ok, here is my answers:
1. One way is to add new datafiles to the database, but first look how many processor do you have, be sure that all files have...
July 25, 2008 at 9:10 am
Hi friends, greetings from Colombia,
I'm afraid you can't make a backup to a different server mapping a drive, this is just possible if the disk is from a SAN device.
I've...
July 25, 2008 at 8:41 am
I had the same problem with one of my database and I restarted the service of SQL Server and it worked, I think it is not a problem of the...
February 12, 2008 at 6:23 am
Dear friend,
add de user that you are using for execute the job to the msdb database , add it to the targetServerRole role in the msdb database
September 6, 2007 at 10:23 am
Viewing 12 posts - 1 through 12 (of 12 total)