Viewing 15 posts - 1,906 through 1,920 (of 1,922 total)
ok fine, i created some sample data and table
if object_id('dataset') is not null drop table dataset
create table dataset( file_no int , fromD int , toD int)
insert into dataset
select 101, 1101,...
February 3, 2010 at 7:13 am
Hi sir,
Please post some sample data along with schema as given in the following Jeff's post
http://www.sqlservercentral.com/articles/Best+Practices/61537/
That would help us a lot..
February 3, 2010 at 6:59 am
Guyz any updates on this?? do u guys needs more info on the error, i can give..
February 3, 2010 at 6:31 am
select * from sys.syslanguages where langid = @@langid
February 3, 2010 at 6:21 am
@Grant, even i faced similar result as results... when i run the code as a step in sql server agent, i am not getting the error **AT TIMES**... but when...
February 2, 2010 at 7:15 pm
Mohammad Irfan-488206 (1/28/2010)
Output answer should be1
2
4
5
why this option was not there??
I guess u did not look up at the "Messages" tab in the Results Pane..
For those intending to get...
January 29, 2010 at 1:23 am
Thanks guys for ur quick reply.. but i get the following error code when i tried running the query
OLE DB provider "MSDASQL" for linked server "(null)" returned message "[Microsoft][ODBC...
January 27, 2010 at 11:52 pm
Thanks vyas for the reply.
My DAT file is very huge. Contians more than 5 million rows. So do u think i can import whole of the data into that one...
January 27, 2010 at 12:06 am
@Imu92, thats what i suggested as a fix, but as it is involving a lot of changes in a lot of changes, we are reluctanct on that!
@Gail, as u said,...
January 7, 2010 at 11:05 pm
THanks for the replies guyz.
I already thought of doing the checking the table count, as chiragNS said, but the catch is Process 1 deals with 10 tables and PRocess 2...
January 7, 2010 at 3:02 am
Can u pls specify what u mean by "move"?? do u want to create all of the SPs present in DEV machine to the PROD machine??
December 8, 2009 at 11:02 am
oh thanks so much Steve.. but the FileListOnly gives a huge number of columns.. i need only the physical and logical file names..can i get it alone?
November 30, 2009 at 8:56 am
Try this one!
DECLARE @WORD VARCHAR(500)
SET @WORD = 'ss.t@test.com, a.b.ssl@test.com,ss.t@test.com, s.m@test.com, ma.ram @test.com,mk.p@test.com,ss.t@test.com'
SELECT REPLACE(REPLACE(@word,'ss.t@test.com,',''),',ss.t@test.com','')
Inform us if it works!
Cheers!
[Edited to remove the white spaces in the REPLACE]
November 11, 2009 at 11:29 pm
It has a double space if the hour part of the time is a single digit, and the VARCHAR(11) should be a CHAR(11) but otherwise it seems fine.
Thanks for the...
November 11, 2009 at 9:58 pm
Viewing 15 posts - 1,906 through 1,920 (of 1,922 total)