Viewing 15 posts - 346 through 360 (of 389 total)
Welsh Corgi (6/28/2012)
It always updates the First Column correctly but in most instances it does not update the 2nd and...
June 28, 2012 at 10:37 am
Mahesh Gupta-325917 (6/28/2012)
Lets say in table1, I have data saying 4,2,3,1
Now I need to insert data...
June 28, 2012 at 5:41 am
faijurrahuman17 (6/28/2012)
How to split the csv values in rows , this is my sample string
UNIPAR LLC , IAE Power Products , MID-AM Equipment Inc.
, Diesel Electrical Equipment,...
June 28, 2012 at 3:13 am
Satnam Singh (6/28/2012)
I am having a serious performance problem with the below query:
SELECT DATEADD(mi, (SELECT BiasInMinutes FROM A WHERE ...
June 28, 2012 at 1:35 am
bala2 (6/28/2012)
Tabe-A
A-d-int,pk,notnull
A_H--nvarchar(10),null
A_dn-navrchar
A-S-int,null
A_c-date(smalldatetime,null
Table-B,
B_d --int(PK,not null)
B_H---int,notnull,
B_Dn---nvarchar(14),notnull)
B_c_date--(smalldatetime,null)
B-si--(int,null)
B_DT--(smalldatetime,null)
when we are using the below insert into query we are got the error as "Msg 245, Level 16, State 1,...
June 28, 2012 at 1:29 am
Grass (6/27/2012)
I am new to SSIS and SQL Server. I have a package that copy data from source table to destination table. In the source table I have column name...
June 28, 2012 at 12:07 am
achen9291 (6/27/2012)
Sorry I don't know how to provide a table structure. How may I do this?
hmm.....don't worry have a look on link in my signature for creating sample data.
However to...
June 27, 2012 at 11:17 pm
dwain.c (6/27/2012)
SELECT @CMD=
case
when @model = 'Global' then
'SELECT '+@model+' AS Model
, Scenario_ID
FROM lp_Scenario AS a'
Else
'SELECT '+@model+' AS Model
,...
June 27, 2012 at 10:55 pm
leesider (6/27/2012)
Don't know why modify is doing that but the...
June 27, 2012 at 10:49 pm
achen9291 (6/27/2012)
the code above...
June 27, 2012 at 4:03 pm
achen9291 (6/27/2012)
Select ClientUserName, DestHost, count(DestHost) counts from #ProxyLog_record...
June 27, 2012 at 3:07 pm
achen9291 (6/27/2012)
#ProxyLog_count_2 is ordered by counts.
there are 2 columns in proxylog_count_2, ClientUserName and counts. but i only want to display ClientUserName
so i use this....
June 27, 2012 at 11:16 am
SQLRNNR (6/27/2012)
Cliff Jones (6/27/2012)
Lynn Pettis (6/26/2012)
SmokyColorado Springs!
Box Springs
Elasticity !!!
June 27, 2012 at 10:59 am
dwilliscp (6/27/2012)
ALTER procedure [dbo].[test]
@model ...
June 27, 2012 at 10:56 am
Viewing 15 posts - 346 through 360 (of 389 total)