Topics
Started by
Posts
Last post
I have a scenario in which the Primary name and the secondary names gets defined in columns for a S…
3 replies
I have some data in SQL Server I'd like to join with an XML document on the internet. The document …
7 replies
Recently we replaced cursors with while loop and table variables. The block is something similar to…
20 replies
I have a tracking DB filled with various data (id#, description, cost, Vdoc#, Idoc# and Cdoc#) All …
10 replies
Hi guys, I'm having a lot of trouble with this query so thought I would get some help here. I have …
4 replies
I have a table that lists "Holidays": DECLARE @Holiday TABLE (HolidayId int identity(1,1) primary …
3 replies
Hello I get the above error while executing an .sql file that contains about 30mb of simple inserts…
6 replies
I have a proc that has this Create proc myproc @param1 int = null, @param2 varchar = null, @param3 …
14 replies
Hello, I need code that will select a single column from a table and put in into a variable in comm…
5 replies
Hello, I currently have a stored procedure written for Oracle that I need to port to SQL Server. B…
4 replies
I have a set of update statements with explicit row lock mentioned. On investigating I see that thi…
6 replies
This is a theoretical question. I frequently use multiple join conditions separated by AND. Recentl…
4 replies
We uee BizTalk to call a stored procedure and insert records into a table. One of the parameters i…
4 replies
Hello friends, How can we estimate how much time a particular sproc is supposed to take if the tabl…
9 replies
Hi , I recently came across with bulk insert , i need your help to resolve them. i have the followi…
7 replies
Viewing 15 topics - 8,866 through 8,880 (of 10,635 total)
You must be logged in to create new topics.