Topics
Started by
Posts
Last post
Greetings all. I have a folder that contains tab delimited .txt files that I use to BCP into my da…
4 replies
Hi All, I have a stored procedure which generates a table. The values in part of this table are CO…
3 replies
Hi Guys, I am looking for differences between Bulk Insert and Openrowset and BCP? and what the proc…
1 replies
All, There is a new task which my team has to complete it by next week. the task is UI has to uploa…
3 replies
Say you have a table like this: FirstName LastName Age Country Jimmy Jones …
3 replies
hello everyone, At this moment i am working at denormalisation of a databases. I wanne copy some ta…
2 replies
I have a table called EligibilityErrors, multiple columns (more than in the example). When the key …
1 replies
Here is my small trigger code: SET QUOTED_IDENTIFIER ON GO SET ANSI_NULLS ON GO ALTER TRIGGER Au…
12 replies
I'm looking for a way to split a strings in a table at a point, where 1 of 2 values exist: either a…
3 replies
I have the following stored procedure that works fine in SS2005 but not in SS2000. SS2005 is smart…
2 replies
Hi everyone, "SELECT parentName FROM tblParent WHERE parentName LIKE '" + name + "' "; this is my …
2 replies
I have the following problem: View1 is called with a value ID which is CHAR(7). This view performs …
14 replies
I am using a stored procedure with dynamic query for accessing data. Some time i am getting the be…
1 replies
I have the following code because I'm transposing diagnoses from a one per record setting to be col…
9 replies
I have a table create table zipphone ( zipcode varchar(6), phone1 decimal(10,0), phone2 decimal(10,…
2 replies
Viewing 15 topics - 2,386 through 2,400 (of 17,082 total)
You must be logged in to create new topics.