Viewing 15 posts - 76 through 90 (of 223 total)
polo.csit (7/22/2009)
i am using sql server 2005
how to write trigger for......................
How to fire trigger each day automaticaly my table(select the...
July 22, 2009 at 1:17 am
Follow these steps
1. Ask your domain admin to create a windows group and and all these users to that group.
2. Create a login in sql server for this group.
3. Grant...
July 21, 2009 at 4:43 am
Hi,
Please refer to the following links. It may help you.
http://support.microsoft.com/gp/lifepolicy
http://www.microsoft.com/Sqlserver/2005/en/us/support-options.aspx
July 21, 2009 at 1:38 am
In sybase we could disconnect the instance (connection) using "syb_quit()" command. Do we have any script available in sql server like sybase ?...
July 20, 2009 at 4:58 am
Hi Mahesh,
You cannot rollback service packs upto 2005. This feature is available in 2008
July 20, 2009 at 12:48 am
Can you post the complete error message and sp level of your sql server
July 17, 2009 at 3:09 am
Hi,
Count is an aggreate function which accepts only one input parameter. In your query you are trying to input two columns as input to...
July 15, 2009 at 8:25 am
Yes this is the correct solution. But I think it gives error as the X database on server B is standby. Wait for inputs from others here.......
July 15, 2009 at 8:19 am
Hi Amit,
Use this command. It will bring back from restoring state to normal. You can proceed further on how you want. Check this and let me know.
RESTORE...
July 15, 2009 at 8:10 am
Hi Giri,
Your question is not clear.
How to search like this.
You are saying here you want to search
I give ...
July 15, 2009 at 8:02 am
Hi
I think its nothing strange. If you have multiple indexes on a table then it will definitely show repeating table names.
Use the below query
select o.[name],i.[name],i.[groupid] from sysobjects o,sysindexes i...
July 15, 2009 at 7:54 am
Hi,
Did you checkout sysindexes and sysobjects tables individually whether you have any duplicates. I think you did not move your indexes correctly. Can you post the code which...
July 15, 2009 at 7:51 am
What type of application are you using i mean webapp or gui based like vb app
July 15, 2009 at 7:47 am
Hi,
Please refer the below link for creating a cluster in virtual server environment. http://blogs.msdn.com/blakhani/archive/2007/12/31/how-to-create-sql-20005-cluster-on-virtual-server.aspx
July 15, 2009 at 1:41 am
Hi Sourav,
This link will definitely help you.
http://www.sqlserverclub.com/articles/how-to-deal-with-negative-spids-in-sql-server.aspx
July 15, 2009 at 1:26 am
Viewing 15 posts - 76 through 90 (of 223 total)