Topics
Started by
Posts
Last post
I want to know if the BULK INSERT TSQL can be modified to create a return code of success or failur…
1 replies
Forgive me in advance for the sheer stupidity of this question: I've got a T-SQL script that we use…
3 replies
I am trying to create a trigger CREATE TRIGGER trgSystemAfterInsert ON ROCMaster.dbo.tblSystem AFT…
2 replies
Hello all, Please take a look at the code below. This is the actual code I am using for an email pr…
6 replies
I have an SQL Server running 2000 with sp3. I am querying a table that contains a column of datatyp…
2 replies
This statement is being used by the Upgrade Wizard of 6.5 to 2000. Does anyony have any documentati…
2 replies
Anybody knows why this line fails? SELECT MAX([User].[User_ID]) INTO #t1 Error: No column was speci…
2 replies
How can i move my database from one server to another server with all the database objects,users an…
6 replies
we have a discussion between dveloppers and dbas here regarding a procedure that does a complexe se…
4 replies
I recently came across an interesting problem. An application that I work on broke because data was…
1 replies
Can anyone suggest how can I implement UDF (I know that this functionailty is not available ) in sq…
8 replies
Hi, I got a SQL question: Say I got a table total_spending (store,dept,amount) with a list of store…
7 replies
I would like to generate a SQL script of an object with a SQL script. Is it possible or is it a bui…
18 replies
Is there a way to improve the following COUNT(*) query: SELECT Count(*) AS NumberOfRecords FROM tab…
2 replies
Hi, I am in the middle of developing procedure for keyword search for our website. Input parameter …
1 replies
Viewing 15 topics - 14,611 through 14,625 (of 17,082 total)
You must be logged in to create new topics.