Viewing 15 posts - 121 through 135 (of 320 total)
krayknot (11/24/2008)
Kiran Kumar MP (11/24/2008)
there should be fixed (Tenor) column for alll date ranges and other columns...
November 24, 2008 at 10:38 pm
Kiran Kumar MP (11/24/2008)
there should be fixed (Tenor) column for alll date ranges and other columns are...
November 24, 2008 at 10:29 pm
Patrick Ige (11/24/2008)
If Exists (Select * From table WHERE a=@a and b=@b)
update table
set
a= @a,
b=@b
from...
November 24, 2008 at 10:18 pm
Kiran Kumar MP (11/24/2008)
----------------------------------------
Date 1M 2m 3m...
November 24, 2008 at 9:40 pm
mblack (11/21/2008)
Overview:
I use stored procedures to return information to the website for reports...
November 24, 2008 at 5:27 am
karthikeyankasi (11/24/2008)
I have two separate stored procedures for insert and update.
Merge both the stored procedures in one. and if not possible then
use separate command object for separate for separate...
November 24, 2008 at 5:17 am
karthikeyankasi (11/24/2008)
I am having one Sqltransaction in C# code, through this transaction am accessing a table T1.
Inside this transaction there are two operations,
1. Inserting a new record R1...
November 24, 2008 at 5:08 am
garethmann101 (10/29/2008)
In the SQL 2000 Enterprise Manager you could simply right-click on a database...
November 24, 2008 at 4:51 am
sukusupremo15 (11/21/2008)
November 24, 2008 at 4:28 am
raju7764 (11/24/2008)
HiIam new to sqlserver could anyone please help me reguarding this
How will you know that the blocking occurs and how will you resolve it
check the LockEscalation event in the...
November 24, 2008 at 4:23 am
donnelcyril (11/23/2008)
Please help me with the following query:
It is giving this weird error giving me no idea where to start looking:
Msg 248, Level 16, State 1, Line 1
The conversion...
November 23, 2008 at 11:37 pm
You can also create global temporary tables. These are named with two pound signs. For example, ##YakHerders is a global temporary table. Global temporary tables are visible to all SQL...
November 23, 2008 at 10:29 pm
Nuts (11/23/2008)
I created a temp table in Management studion and when I try to access this temp table through BI using select * , it gives an error saying...
November 23, 2008 at 10:26 pm
anupamabr (11/13/2008)
I am new to Sql
I created asp.net web project.I need to connect this website to my locally installed database
.For that I need to modify the connection string of...
November 21, 2008 at 5:08 am
tuthuan (11/12/2008)
currently I need to install a SQL-2005 server on an existing SQL-2000 server server.
If you have done this before, would you kindly give me some notices how to...
November 21, 2008 at 5:06 am
Viewing 15 posts - 121 through 135 (of 320 total)