Topics
Started by
Posts
Last post
Hey, I am new to sql (learning it all on my own) I was asked to research for my company; They want …
3 replies
declare @ordlist varchar(1000) select @ordlist = isnull(@ordlist + ', ','') + OrderVal from v…
1 replies
OK, using NCR teradata SQL. Due to space restrictions on our systems data was archived last year t…
4 replies
Hi, I have a table that has about 90 columns. These are all values that relate to different types o…
2 replies
We're currently busy developing reports for an existing aspx application using reporting servi…
1 replies
Hello, I am trying to obtain the values associated with specific dates in a table. For examp…
17 replies
How do I indicate durring selection that if something is null then it should be a 1 or a 0? if exam…
4 replies
Ok, I am an admitted novice on SQL Server. However, I am running an application that sits on …
4 replies
Hypothetical Situation: Is there any way to query one database from another database? EG, th…
3 replies
For some reason this code is giving me an error around the else that i noted. When i take out…
8 replies
Hello All, Over the weekend I installed sql server 2k w/ sp2 for use with a new medical billing pro…
1 replies
Our IIS/Sql Server 2000 web based application works on US english, but gives a series of errors whe…
1 replies
OK here is my issue. I have a set of numeric fields in a database that have a value of null. I have…
2 replies
This should be easy. I have need to write a single stored proc that will use or not use the Where …
8 replies
I have two where causes that cause extreme differences of execution time in my query. My question i…
22 replies
Viewing 15 topics - 2,776 through 2,790 (of 2,871 total)
You must be logged in to create new topics.