Viewing 15 topics - 278,506 through 278,520 (of 284,108 total)
Topics
Started by
Posts
Last post
Recently, I stopped SQL, copied mdf,ndf,ldf files to a new directory, started sql and attached the …
3 replies
Hi, all I want to move data from SQL 7.0 to SQL 2000 using backup/restore not using Detatch/Attach.…
1 replies
When I add a column to a temp table in a sproc, I can't later reference that column in the same spr…
5 replies
Hi all SELECT TableA.LINE_ID FROM TableA LEFT OUTER JOIN TableB ON TableA.RecName = TableB.RecName …
10 replies
Looking for an example using the Soundex function or similar string comparison functionality in TSQ…
1 replies
Hello... I'm getting VERY odd behavior ever since I added an Indexed view to my system. If I take t…
1 replies
I have a fat 40 million row table. I looked at the explain plan for this sql (add new column with a…
6 replies
Can the WHEN part of a CASE statement contain an OR clause? If so, what is the proper syntax?
3 replies
I'm writing an update query which is supposed to set a specific field to a specific value if one se…
7 replies
Is there a way to copy a stored procedure from one server to another using T-SQL? I tried writing t…
3 replies
I apologize if this question has been asked before. I've done some checking and haven't been able …
3 replies
I have 2 tables with the following structure and values 1. cut_table cut (integer), batch (integer)…
7 replies
The table contains rows of data that relate to each other in a child/parent fashion. ChildNodeID's…
4 replies
How is it that certain application, particularly MS Project, keep data in a local database? How is …
2 replies
Hi there, I am currently maintaining tons of T-SQL (more than 400) sps. Is there any way I could r…
3 replies
Viewing 15 topics - 278,506 through 278,520 (of 284,108 total)