Viewing 15 topics - 278,206 through 278,220 (of 283,812 total)
Topics
Started by
Posts
Last post
Hi there, I have a question about join statement. The following are the different sql statements w…
4 replies
We are building an Application where we have a table that has four fields in it. We want to use thi…
3 replies
I have a server that has 6 GBS of memory on it running two instances. Is there a way to tell exactl…
4 replies
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
Viewing 15 topics - 278,206 through 278,220 (of 283,812 total)