Viewing 15 topics - 263,551 through 263,565 (of 283,821 total)
Topics
Started by
Posts
Last post
I'm trying to pass multiple values from a web app via a single parameter to a stored procedure. I …
2 replies
Hello, I'm relatively new to SQL Server (but have been using oracle for many years) and was h…
9 replies
Here's the problem. I wrote a stored procedure that will backup all of my databases on my SQL…
6 replies
DECLARE @x VARCHAR(10) SET @x = 'SQL' SELECT * FROM TABLE1 WHERE COL1 = 'SOMETHING' AND COL2 CASE W…
2 replies
Are there any issues with running sql server 6.5 on windows 2003? Thanks Bill
5 replies
I'm trying to upgrade from 8.00.760 to 8.00.818. When I apply the patch, it appears to run, but th…
3 replies
This is a best practices DBA / Application design Question Here’s the scenario: …
3 replies
We are facing an issue when exporting the report output to an excel. Ouput looks like garbled chara…
3 replies
I am looking into two possible design alternatives to model an item hierarchy. Here is the hierarch…
1 replies
I am extracting a table into a text file using DTS. I have unique business need to send a trailer …
5 replies
We are using Cognos application which received an error; which indicated that the Server Properties…
3 replies
I am trying to calculate percentage in select statement but i am getting wrong result, please help …
2 replies
I am inserting a new record into a table in a stored procedure. Do I always have to insert a value…
1 replies
I need average a field, but I don't want to include ceros or nulls. I tried with sum() and count() …
1 replies
I have a table that does not have an index. There are some duplicate rows in the table…
3 replies
Viewing 15 topics - 263,551 through 263,565 (of 283,821 total)