Topics
Started by
Posts
Last post
Hi I have written stored procedures to create a database with db name as input parameter I need to…
2 replies
query for converting varchar to numeric
3 replies
I want to check the description of the table. which one is the best way? sp_help table_name or any…
12 replies
Books online isn't giving me sufficient information. I'm having a difficult time finding something…
1 replies
To simplify the problem, I have a table with two columns: ID and SCORE. An ID may have multiple SCO…
5 replies
I'm writing a report and I'd like to be able to not show a result if a certain field is less than o…
6 replies
Hi everyone, I've developed a stored procedure that imports data from an excel sheet to a new sql t…
6 replies
Hello, I am having problems updating my table ITEMMAST from a view LeadTime. Here is the SQL State…
1 replies
hi all, Let me explain my requirement briefly. I have a table called compliant which stores complia…
4 replies
ALTER PROCEDURE [dbo].[sp_CheckAndUpdateErrorRectifyDate] @NozzleID int, @ParserString varchar(MAX)…
2 replies
First of all, apologies if I do not explain myself properly. I have to do an insert to a table and …
1 replies
Hello, I'm executing a query on sql 2000 and 2005. It works fine on 2005, but gives an error on 200…
4 replies
Hi All, I have a piece of code which does the following (assume tbl1 already exists); 1. Create tbl…
5 replies
I have a stored procedure that returns a number of output variables. It's shown below in its entir…
33 replies
I setup a trigger for insert/update to copy 1 field to another. Several 'advanced' users tested th…
18 replies
Viewing 15 topics - 3,886 through 3,900 (of 17,082 total)
You must be logged in to create new topics.