Viewing 15 topics - 264,721 through 264,735 (of 283,950 total)
Topics
Started by
Posts
Last post
I've deleted all the id's of my SQL server with the exception of a few. There are currently 4 data…
4 replies
DECLARE @x VARCHAR(10) SET @x = 'SQL' SELECT * FROM TABLE1 WHERE COL1 = 'SOMETHING' AND COL2 CASE W…
2 replies
HI. If we go to a san/nas environment, can we put our database files, (mdf's and ldf's) on tha…
3 replies
Hello All, I getting SSN (hundreds of thousand of rows) from various sources, so there are many cas…
5 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 am trying to calculate percentage in select statement but i am getting wrong result, please help …
2 replies
I have a table that does not have an index. There are some duplicate rows in the table…
3 replies
I need to get a list of tables where there is an identity field. I didn't find these informat…
6 replies
I'm new to SQL but have taken a couple classes. I know how to backup and restore a database, but I'…
5 replies
I have a DTS package where I copy some columns and derive a column in the destination table ba…
1 replies
This query works fine in Access select col1 + col1 as expr1, expr1 * 2 as twice_expr1 from a_table…
4 replies
I need to read columns in first table and insert it as rows in second table. (Like a pivot table). …
4 replies
Can someone shed some light on this for me? Each of these conditions in my where clause work …
5 replies
What is the criteria for a view to show up under linked servers\views? My own user defines views do…
3 replies
Hi there, I would like to know what security group I should give our people who need to install ven…
1 replies
Viewing 15 topics - 264,721 through 264,735 (of 283,950 total)