Topics
Started by
Posts
Last post
Hi, I am a newbie to SQL Server. I need your help. In one of our table, I have to set the…
7 replies
Hi all, I am trying to write a simple (atleast I thought so :hehe to update an existin…
9 replies
Is there a way to write an update trigger to check if certain value of the column changes from…
3 replies
I have a procedure that updates tables in a linked server. Is there a way to return the IDENT…
5 replies
I would like to suppress the cursor select messages. Take for instance this code: SET NOCOUN…
7 replies
Good Day I need to dynamically map drive letters on a computer. Meaning that, the script needs to c…
6 replies
Howdy all, I have been writing a utility to fire of an email when a db becomes detatched as this ha…
5 replies
If a trigger is created for Insert, Update and Delete is there a way within the trigger to determin…
2 replies
I need a default value in a table for the integer part of Getdate. E.g. Adding a new Integer Field …
7 replies
DECLARE @cdr_date datetime SET @cdr_date = getdate()-1 SET NOCOUNT ON select * from call where year…
2 replies
Dear All i would like to know what is the difference between a "Function" and a "Stored Procedures …
4 replies
Hello, I have a DLL written in C. How can I access its methods and attributes from the sql code? I …
1 replies
I need to write a INSERT trigger to insert set of records to the same table. will those fire the in…
3 replies
Hi all, Help Required.. I want to upload Data from text file.. The first column will be Table name …
23 replies
Is there any query for Converting from Number to words ie 123 to one twenty three
3 replies
Viewing 15 topics - 11,206 through 11,220 (of 17,082 total)
You must be logged in to create new topics.