Viewing 15 posts - 6,151 through 6,165 (of 6,678 total)
rmaggio (8/15/2008)[hrThanks Jeff! Do I have to be logged in as anything special, or will my normal full access Windows Login suffice?
Shouldn't be a problem.
August 15, 2008 at 11:53 am
Well, I am at a loss here - the summary you showed does not show an instance being available on that system. The service pack cannot update what it...
August 14, 2008 at 10:55 pm
On SQL Server 2005 and greater, you can right-click on the database in Object Explorer, select reports, standard reports and run the disk usage by tables report. There are...
August 14, 2008 at 9:21 pm
ALTER DATABASE database SET SINGLE_USER WITH ROLLBACK IMMEDIATE;
RESTORE DATABASE....
ALTER DATABASE database SET MULTI_USER;
I use the above to refresh my training environments every day.
August 14, 2008 at 9:06 pm
Lookup ISNULL and COALESCE in Books Online.
SELECT COALESCE(column, '') AS column;
August 14, 2008 at 8:45 pm
Yes, you can attach documents. Scroll down further and you will see a button to Edit Attachments.
The errors you are getting show that you have a problem with WMI...
August 14, 2008 at 8:42 pm
I really don't know what else to tell you. In Object Explorer - what is the actual name of the server you are connected to?
Does it match the name...
August 14, 2008 at 7:46 pm
Not sure if that would have fixed your problem with Workgroup edition - just something I remember having to do with multiple instances.
August 14, 2008 at 2:04 pm
GSquared (8/14/2008)
August 14, 2008 at 1:44 pm
BTW - reviewing the summary will show you that this server does not have the database engine installed.
Time: 08/13/2008 08:59:36.608
KB Number: KB921896
Machine: DPPSQL5
OS Version: Microsoft Windows Server 2003 family, Enterprise...
August 14, 2008 at 12:58 pm
Okay, let's go all the way back to the beginning. Where are you seeing that the version is 9.0.1399 (RTM)?
If this is in Help | About for SSMS -...
August 14, 2008 at 12:51 pm
Not sure about why those options are greyed out. Normally, I see those options greyed out when I have the server setup in the registered servers list, but can't...
August 13, 2008 at 10:57 pm
Keith Knox (8/13/2008)
Check Database IntegrityReorganize Index
Rebuild Index
Update Statistics
Clean Up History
Back Up Database (Full)
Maintenance Cleanup Task
You do not need to reorganize and rebuild your indexes. Pick one of them -...
August 13, 2008 at 2:06 pm
Jack Corbett (8/13/2008)
August 13, 2008 at 1:15 pm
When you RDP into the server with the SQL Server name - do you connect to a machine with a different name? For example, if you RDP to a...
August 13, 2008 at 9:52 am
Viewing 15 posts - 6,151 through 6,165 (of 6,678 total)