Topics
Started by
Posts
Last post
1....SELECT @start_date = dbo.returnvalue(@dbarg, 'start_date') and 2.....@dbarg varchar(2000) = …
2 replies
Hi All, I am trying to join data from the same database for a particular student from the 6 tables …
12 replies
I have a table with a single column of varchar(8000) named raw_data. In each row of the data are a …
8 replies
Hello Am using the following query: SELECT Customers.Country, Customers.County, Customers.[e-ma…
5 replies
I am trying to combine values from different columns to create one comma delimited string.Here is s…
8 replies
declare @SemesterStartDate varchar(12) set @SemesterStartDate = '03/03/2008' SELECT stu.StudentID …
7 replies
im getting this error when trying to execute a stored procedure, any advice? com.microsoft.sqlserve…
5 replies
HELP! I must be doing something wrong, but I can't figure out what it is. I have a table (Table A) …
7 replies
Hi, I have a table like : IDAvgTimeMaxTimeDevice 150009000D1 1800010000D1 228003000D1 …
3 replies
We have a file that was generated from Unix. Windows standard row terminator is char(13) + char(10)…
1 replies
hi I am getting the following error while executing the program. Incorrect syntax near the keyword…
2 replies
Well I have a a few tables I need results from. To put it in an abstact form: I need value1 from ta…
5 replies
I have a database containing a table listing the revision history of drawings. Let's say drawing1 h…
5 replies
Below is the code. I need to make sure that this column [EDI_CLM_SEQ_NBR] matches the total count f…
4 replies
I am attempting to do the following except you can't use an IN filter with a CASE. Does anyone hav…
6 replies
Viewing 15 topics - 9,136 through 9,150 (of 12,230 total)
You must be logged in to create new topics.