Topics
Started by
Posts
Last post
I have a table that has two columns: ItemNmbr, ListPrce. The data in the table is like this: A2320C…
2 replies
I have a checklist that I need to store in a database. The checklist will not necessarily change e…
4 replies
Hi, This is what I am trying to accompolish in a select statement. Is there an equivalent of a tern…
4 replies
CREATE PROCEDURE [dbo].[getDueList] ( @unit VARCHAR(5 ), @cc varchar(11), @quizname VARCHAR( 25 ) …
2 replies
What are the factors one can check to see if a query has a clean execution plan. I know we sho…
2 replies
I am simply trying to export a dynamic sql statement to (that is over 8000 characters) to a pipe de…
1 replies
Hi All SQL Server 2000 I have a table as follows... personId int person name varchar 50 &nbs…
12 replies
Hi all, I'm using SQL Server 2000 and I want to call a stored procedure (or user defined function -…
2 replies
I have a simple update statement that set sthe student's password to their id number: update studem…
6 replies
Hi, anyone knows how to create a script to get the column/s that have computed columns. ThanK
3 replies
declare @recipe table (recipeID numeric(18,0) NOT NULL) insert into @recipe(recipeID) values('4') i…
5 replies
Error Sending e-mail. CDO.Message.1 The transport lost its connection to the server. Does anyone kn…
5 replies
can we use select,alter,insert statements one after another.... For ex: Create table ex(a int,b int…
6 replies
Is it possible to retrive data from AS/400 DB2 with a stored procedure and insert the data in …
2 replies
MSSQL 2000 I have a Stored Proc that fires off several other SP's. Will it fire each one simu…
4 replies
Viewing 15 topics - 6,271 through 6,285 (of 17,082 total)
You must be logged in to create new topics.