Viewing 15 posts - 16 through 30 (of 139 total)
I have question
Will SQL Server use Index Scan even though I have clustered index on table If I use NOT in clause in sql query?
July 26, 2009 at 10:48 am
Hi
instead of NOT in, can you join instead?
I will try query suggesion.
is there an index on ContractType?
There is non clustered index on Contract Type, I suggested dev team to create...
July 26, 2009 at 10:45 am
MANU (7/24/2009)
exec sp_MSforeachdb "select '?' As DatabaseName,name from ?.dbo.sysobjects where name in ('Tablename')"MJ
hey manu
thanks for modifying the query........
cheers.......
July 25, 2009 at 7:10 am
1. check how is the author for those two roles.?
2. Why you created those two roles?
3. What is the error message you are getting while connecting to SQL Server.?
4. What...
July 25, 2009 at 6:52 am
luckysql.kinda (7/22/2009)
July 22, 2009 at 4:58 am
Here my question is
In SQL Server 2005 while configuring log shipping we have two options
1. One for giving network shared path.
2. Local path if the backup folder is on local...
July 17, 2009 at 1:07 am
What is the use of the second option i.e
"If the backup folder is located on the primary server, type the local path to the folder"
July 14, 2009 at 7:53 am
When I try to access the URL (http://www.informationflash.com/) I am getting the error
Site Temporarily Unavailable
We apologize for the inconvenience. Please contact the webmaster/ tech support immediately to...
June 29, 2009 at 12:06 pm
another thing is that SQL Server clients were able to connect to sql server all of sudden it happened and they are facing the issues.
June 29, 2009 at 11:50 am
Hi,
The error message is happening from the client computers, So I already verified the below things
Step 1) Make sure SQL SERVER is up and the instance you try to connect...
June 29, 2009 at 11:47 am
Jeffrey Williams (6/26/2009)
June 27, 2009 at 8:44 am
Manu,
It is happening for the tempdev.mdf file, but It is not happening for the Log file.
May be I have to try by putting in single user mode......
June 26, 2009 at 10:48 am
Hey
I tried to create a maintenance plan through Maintenence plan wizard and it got saved.
I would like to know why I could not create a maintenace plan through...
June 25, 2009 at 9:42 am
First you need to find the root cause why the replication got failed..
Most of the problems will be solved by restarting the replication agents...like network issues etc...
You need to find...
June 24, 2009 at 9:49 pm
Viewing 15 posts - 16 through 30 (of 139 total)