Viewing 15 posts - 331 through 345 (of 441 total)
July 8, 2008 at 2:53 pm
Hi,
1. You are looking for something which is based on grouping of Multiple records, so in this case you have to use HAVING,GROUP BY with out this there is no...
July 7, 2008 at 1:36 pm
Hi,
You can;t do this with PIVOT table. You need to define the mapping table between the environemnts then only you can do this.
Thanks -- Vj
July 7, 2008 at 12:40 pm
Hi,
Glad to see that you have the answer to your question and which is perfect with the experience that i have on architecture side.
Thanks -- Vj
July 7, 2008 at 12:28 pm
Hi
Method 1 - INFORMATION_SCHEMA.ROUTINES
This approach uses INFORMATION_SCHEMA.ROUTINES to search through the definition of the routine such as the stored procedure, trigger, etc...
Method 2 - sp_depends
This approach uses the system...
July 6, 2008 at 10:33 am
Hi,
Are you looking for last day of the month in genral or last day of the month with in the table? By looking at your description, it looks like you...
July 6, 2008 at 9:39 am
Hi,
Yo uhave the answer to your question, but i would like to know why do you want to display two records for same Employee? Shouldn't it be only one record...
July 6, 2008 at 8:20 am
Hi
Check out the below link
http://support.microsoft.com/kb/q139444/
http://www.sql-server-performance.com/articles/dev/dv_delete_duplicates_p1.aspx
Thanks -- VJ
July 6, 2008 at 8:15 am
Hi
At times, it is needed that you encrypt the text of stored procedures containing sensitive information. SQL Server provides the WITH ENCRYPTION to encrypt the text of the stored procedure.
CREATE...
July 4, 2008 at 3:51 pm
July 4, 2008 at 1:11 pm
Hi,
Finally when you are ready test ur-self against TestKing. This will tell you where do stand in.
Thanks -- Vj
July 4, 2008 at 1:07 pm
Try removing the IF conditions and see whether trigger are firing or not and after that add one by one.
Thanks -- Vj
July 4, 2008 at 1:05 pm
July 4, 2008 at 12:59 pm
Hi,
SQL Black Book is also good.
http://www.amazon.com/Microsoft-Server-Black-Book-Administrators/dp/1576101495
Thanks -- Vj
July 4, 2008 at 12:54 pm
Hi
select count(*) from master..sysprocesses where spid > 50 will give you
a rough number. This will include logins from SQL Agent. Note that the
same user can be using multiple connections from...
July 4, 2008 at 12:41 pm
Viewing 15 posts - 331 through 345 (of 441 total)