Viewing 15 posts - 18,361 through 18,375 (of 26,484 total)
You may want to try this, and you may also want to be sure that you have an index on each of the table on the column email.
insert into Total(
...
November 17, 2009 at 7:05 am
Paul White (11/17/2009)
LMGTFY version 2.0:
Okay, how do you do that one? I'd like to add it to my "toolbox" right along with lmgtfy.
November 17, 2009 at 6:25 am
CirquedeSQLeil (11/16/2009)
Can Anybody help me explain group access and conn strings?
Looks to me like you did a good job of explaiining group access. Let's see what the OP says...
November 16, 2009 at 3:14 pm
You could also do this:
select left(convert(varchar, getdate(), 108),5)
Never mind this. Again, brain dead for a bit, misread the original query.
November 16, 2009 at 1:33 pm
Why do you think that is rediculous? It just means that the data has many redundant bit patterns that allow it to be highly compressed.
November 16, 2009 at 12:22 pm
Because there aren't any system "tables". You will find those under system views now. Starting with SQL Server 2005 you can no longer update system tables directly.
November 16, 2009 at 12:19 pm
CirquedeSQLeil (11/16/2009)
Lynn Pettis (11/16/2009)
November 16, 2009 at 11:13 am
Without seeing the code not much we can do to help. It is possible that you are experiencing parameter sniffing.
Please read the first two articles I reference in my...
November 16, 2009 at 6:59 am
Not sure what you are talking about at this point. Please show what you mean by three codes. If you mean you have 2 codes and you need...
November 16, 2009 at 6:52 am
mamet_bundar (11/15/2009)
I want to asking about how to display data which have different code in same table
CODE NUMBER QTY
C10 1111911101 10
C10 112789930K 20
M10 1111911101...
November 16, 2009 at 12:37 am
No, variables are not affected by transactions. This is also true of table variables.
November 16, 2009 at 12:27 am
Viewing 15 posts - 18,361 through 18,375 (of 26,484 total)