Topics
Started by
Posts
Last post
After posting a question requesting help for a syntax problem, the following question arises: Is th…
7 replies
Hello, I have ID field in a table which assigns unique ID to each new record inserted in the t…
8 replies
Is there a way to find out procedure estimated execution time without executing the procedure…
3 replies
Hello, Thanks again for offering to help with this problem. Before I get into details, let me summa…
5 replies
I would like to create a report that lists all databases on a server with their corresponding Recov…
3 replies
Start with an exclusion_list table. CREATE TABLE [dbo].[ExclusionList] ( [ExclusionList_Id] …
1 replies
I have a stored procedure using insert statement, this insert can cause a key duplicate error.…
2 replies
Hi, My intension is to loop thru records and make set of updates and if that is sucessful the…
2 replies
We are runnning processes that do a considerable amount of DB access. We've got "with (ROWLOC…
8 replies
Hi, I am having the following issue: I have a table that has a list of customers (million…
6 replies
Is there a way to use a union on the output of two stored procedures with in a while loop? I…
4 replies
silly question, but is there a system function or so to return the number of rows in a table, …
10 replies
Hi, I need help in selecting the data in the following desired way. For example I have a tab…
3 replies
I got two tables T1 AND T2 T1 Structure ID DESC DATE T2 Structure ID DESC When i execute the follo…
3 replies
Does SQL-Server (2000) provide any way for a user to write a T-SQL-callable function in C++ and pac…
2 replies
Viewing 15 topics - 13,261 through 13,275 (of 17,082 total)
You must be logged in to create new topics.