Viewing 15 posts - 1,111 through 1,125 (of 1,169 total)
Hi
You have more ways. It's one right now on my mind. You could put your code, which selects the 20 rows, in a CTE and with an index for each...
June 4, 2012 at 11:01 am
Hi,
If you go five questions back, you'll see a question named "Transactions 2". As I can see nothing different in this one, and the result is the same.
What is the...
May 30, 2012 at 11:45 am
paul.knibbs (5/24/2012)
This is something I pretty much never bother to remember, because if there's any ambiguity I always add parentheses...makes it easier for humans to understand that way.
I get you,...
May 24, 2012 at 6:42 am
A good question
But,
"Which of the following facts are correct when constructing a WHERE clause with no parenthesis?" ?
Not all the statements are facts, only one is - "AND has precedence...
May 24, 2012 at 6:34 am
Nakul Vachhrajani (5/22/2012)
1. By default SQL does not abort the entire transaction if it encounters a statment-level failure. In this case, the primary...
May 23, 2012 at 1:09 am
deep_kkumar (5/19/2012)
So i cannot insert the value as PM and AM in the datatype column which is defined as "datetime" or Datetime2 in my destination table.
Please...
May 19, 2012 at 4:42 pm
SQLRNNR (5/18/2012)
Highlight the log file and then click remove. The file should say not found....
May 19, 2012 at 2:08 pm
deep_kkumar (5/19/2012)
I am importing data from text file, where the input column value is like
"02-APR-12 12.49.24.938000 PM" and the destination table datatype for the column is specified as "datetime".
If i...
May 19, 2012 at 12:41 pm
It is Saturday and a QofD. Is this a mistake or a surprising? 🙂
Thanks anyway
IgorMi
May 19, 2012 at 12:09 pm
pallavi.unde (5/18/2012)
I am using sql server 2008 r2 and .net.
I am passing video links in dynamic way. but the problem i am facing here is that, the video...
May 19, 2012 at 12:06 pm
ssurekha2000 (5/17/2012)
UPDATE E_TABLE1
SET FNAME=@FNAME,MNAME=@MNAME,LNAME=@LNAME,DOB=@DOB,Address=@Address, Gender=@Gender,Phone=@Phone,
Mobile=@Mobile,Email=@Email,...
May 18, 2012 at 2:06 pm
Hardy21 (5/17/2012)
Good One.If Table2 declared as following than all 3 tables created without any issue.
create table Table2
( id_tb2 int primary key references table1(id_tb1),
value2 varchar(100))
Yes, sure
That is the point of the...
May 18, 2012 at 10:08 am
ssurekha2000 (5/17/2012)
from c# front end i am passing the condition param to SP & i waant the result fields...
May 18, 2012 at 10:02 am
Viewing 15 posts - 1,111 through 1,125 (of 1,169 total)