Topics
Started by
Posts
Last post
hi does anyone know how i can get a query into a temp table while having it sorted in the manner i …
1 replies
Hi, I am puzzeled about a Create Table statement. The statement is: Create Table abc ( Field1 int P…
3 replies
Hi. I have 2 SQL 2000 Servers, one live and the other dev. When I run the ff query on both servers;…
1 replies
I am new to sql programming, I need help on insert statement. I need to insert a huge set of data(…
1 replies
Hi: This may be a reach, but here goes: I have a stored procedure that returns a list of values as …
3 replies
When you have a trigger for update on a table, does the table actually get updated before or after …
3 replies
I am calling a stored proc via ASP/ADO code and occassionaly get the following error: Formal parame…
2 replies
I just ran into an interesting issue with SQL 2000... You can't do a joined update on a self join.…
2 replies
Hi all, Please help me.. Is it possible to change the Seed or Increment of an Identity field using …
5 replies
We have a SQL 2000 server running a T-SQL job that does some local file processing and record updat…
1 replies
insert into #TempBatchTable select Top 1 * from BatchTable where inuseflag = 'N' update BatchTable …
4 replies
I am getting the following error message. Is there a way to get around it? [Microsoft][ODBC SQL Ser…
1 replies
Hi all, Hopefully a quick question. I have been trying to tweak a view for the network admin, he wa…
2 replies
Hi: I have an ASP application where a user identifies records to mark using checkboxes. I'm trying …
3 replies
I am trying to determine the number of transactions per second I am getting on an insert script. An…
1 replies
Viewing 15 topics - 16,741 through 16,755 (of 17,082 total)
You must be logged in to create new topics.