Viewing 15 posts - 76 through 90 (of 112 total)
Ed Wagner (8/8/2013)
BULK INSERT incoming_data
FROM 'L:\CurrentData.txt'
WITH (DATAFILETYPE = 'CHAR',
...
August 9, 2013 at 9:21 am
Hi, I installed ultraedit trial version....could anyone of you please help me how to bcp the data from text file ( null separated file ) to sql table....
I really appreciate...
August 8, 2013 at 11:17 am
Ed Wagner (8/7/2013)
August 7, 2013 at 11:28 am
Ed Wagner (8/6/2013)
August 7, 2013 at 7:36 am
Lowell (8/7/2013)
Ed i agree. Ive used ultraedit and my current favorite is EditPlus. I knew notepad++ was free, so i suggested that over something the OP might have to trialware.
hi...
August 7, 2013 at 7:33 am
Lowell (8/6/2013)
you'll be able to see what the row terminator actually is.
i think \r maps to CHAR(10), and \n...
August 6, 2013 at 11:15 am
Thanks Paul for quick response...
Good question...no linked server..since we have almost 150 servers in our environment...i would like to get a script that connects and retrieve the results...i think i...
July 26, 2013 at 2:23 pm
Thanks Steve for your response and support to this community....
but i'm looking for a document that guides me step by step..if you or anyone has a link or document please...
July 19, 2013 at 1:34 pm
thanks for the response....
but i dont see much activity in the instance...and it occured around 1:20 AM....
June 19, 2013 at 9:39 am
opc.three (5/16/2013)
chandan_jha18 (5/16/2013)
opc.three (5/16/2013)
chandan_jha18 (5/16/2013)
I would suggest to collect...
May 16, 2013 at 12:33 pm
One application job has run from 3:30 AM to 5 AM today morning...we got the alert around...4:07 AM.
Not sure if its the reason...
Do i need to change the memory config...
May 16, 2013 at 7:30 am
Thanks for the repsonse guys...
Today it went to 99.33%
Here's the alert info...
5/16/2013 3:36:32 AM, OS Memory Usage (Percent) on XXX is Warning.
SQL Server instance XXX - The operating system has...
May 16, 2013 at 7:26 am
Thanks for the response...
Never mind our requirement has changed and we are going to do full db restore...
Thanks again
May 15, 2013 at 11:39 am
i'm missing something here....please let me know...
DECLARE @db varchar(100)
DECLARE @defaultDataLocation nvarchar(400)
DECLARE @defaultLogLocation nvarchar(400)
--if (@db = 'test_restore')
IF @db = 'test_restore'
PRINT 'The database exists'
Begin
select physical_name from sys.master_files where DB_NAME(database_id)...
May 8, 2013 at 2:23 pm
Viewing 15 posts - 76 through 90 (of 112 total)