Viewing 15 posts - 6,136 through 6,150 (of 6,678 total)
If the job is not scheduled, then either of the following has happened.
1) Someone removed the schedule in the maintenance plan
a) Open the...
August 18, 2008 at 1:35 pm
ssismaddy (8/18/2008)
Hi, I have couple of stored procedures which gets the data from a view that is formed by a number of unions.
I would recommend reviewing the view that...
August 18, 2008 at 1:28 pm
Yes, 30GB is too much for SQL Server. I would recommend setting this to no more than 28GB and make sure the minimum is set to at least 1GB...
August 18, 2008 at 1:01 pm
masood24 (8/17/2008)
August 17, 2008 at 11:29 am
No, it is not necessary to get everyone out of the db. But, you need to make sure you have transaction log backups scheduled. How often you schedule...
August 16, 2008 at 8:02 pm
Use Add/Remove to remove a single instance. Instead of selecting to remove, select to change and you will be given the option to uninstall components.
August 16, 2008 at 5:42 pm
Yes, this can be done using an alias. Example:
SELECT t1.col1 AS t1_col1
,t1.col2 AS t1_col2
...
August 15, 2008 at 8:43 pm
And, just to make things interesting - in SQL Server 2008 they changed it to: ssms.exe
August 15, 2008 at 8:36 pm
You can check the aliases by using SQL Server Configuration Manager (which, I don't think you can use because of the WMI error you are getting).
You can also find out...
August 15, 2008 at 4:39 pm
Did you update statistics with full scan?
August 15, 2008 at 2:38 pm
This is very clearly spelled out in Books Online (BOL) under the topic default schemas. You cannot set a default schema for a windows group.
From Books Online:
If DEFAULT_SCHEMA is...
August 15, 2008 at 1:01 pm
Verify that the client tools have been upgraded to at least the same version as the server you are connecting to. My guess is that your client tools have...
August 15, 2008 at 12:57 pm
Let's try something else - verify the name of your instance for this server. Open the services applet, scroll down to the SQL Server instances, expand them so you...
August 15, 2008 at 12:22 pm
The only time I see the icon without a green arrow is when I am connected to a cluster or there is some issue with connecting to that server. ...
August 15, 2008 at 12:08 pm
Viewing 15 posts - 6,136 through 6,150 (of 6,678 total)