Topics
Started by
Posts
Last post
If i run the following query on a NULL value column, it does not add any values. UPDATE PRO SET P…
3 replies
I know this may be a really simple prob for most people on this site but I am having to pick up SSI…
3 replies
I need to convert a string to a decimal then average the results while ignoring null or "non-numeri…
3 replies
I need to average numbers across columns per row. For example, For the chart below, I have provide…
1 replies
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
Viewing 15 topics - 9,136 through 9,150 (of 12,234 total)
You must be logged in to create new topics.