Topics
Started by
Posts
Last post
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
i'm doing a little string parsing. Does anyone else find it odd that when using the substring funct…
14 replies
Hi guys I have a problem with bcp because I am trying to import a csv file, however one row has no …
1 replies
I have some data like 'location1' as label ,'a lot test here like PC,87,89,25,38;35,87,13,D6 etc' …
2 replies
Viewing 15 topics - 8,881 through 8,895 (of 10,647 total)
You must be logged in to create new topics.