Viewing 15 posts - 5,566 through 5,580 (of 8,753 total)
m.rajesh.uk (4/19/2015)
An exception occurred while enqueueing a message in the target queue....
April 19, 2015 at 8:32 am
Quick suggestion, use the ToString() method
😎
DataGridView1.Rows(0).Cells(1).Value = oDate.ToString()
April 19, 2015 at 8:25 am
Quick question, can you post DDL (create table) for the tables, some consumable sample data as an insert statements and the expected output? This will make answering your question a...
April 19, 2015 at 7:49 am
Brandie Tarvin (4/17/2015)
April 19, 2015 at 7:43 am
SQL-DBA-01 (4/19/2015)
Eirikur,Can you suggest how to use sample percent and other hints using sp_updatestats??????????....???????
The table which has billions of records do u suggest running sp_updatestats???????????????????????????????????????
Again reiterating the suggestion of using...
April 19, 2015 at 7:25 am
Brandie Tarvin (4/17/2015)
April 19, 2015 at 6:44 am
caojunhe24 (4/17/2015)
April 19, 2015 at 6:39 am
Further on Gianluca's question, all usable details are missing from the error dump you posted, obvious guess for a question would be why the job failed but then there is...
April 19, 2015 at 6:05 am
MadAdmin (4/19/2015)
Eirikur Eiriksson (4/19/2015)
Quick question, why not use sys.sp_updatestats?😎
exactly what I put into his request for code review of updating stats using nested cursors posted on 7april. To DBA01, Instead...
April 19, 2015 at 5:52 am
keshab.basnet (4/19/2015)
I take full database and Transaction log backup once a day at night time when there is almost no transaction in database. Can i shrink log file to...
April 19, 2015 at 5:12 am
This looks like a typical situation for ELT, load everything as a text into the staging area and then do the conversion afterwards.
😎
April 19, 2015 at 5:05 am
Grant Fritchey (4/19/2015)
Eirikur Eiriksson (4/19/2015)
spaghettidba (4/19/2015)
Did...
April 19, 2015 at 4:14 am
spaghettidba (4/19/2015)
Did I say something wrong?...
April 19, 2015 at 3:38 am
Second solution, which is more efficient than the previous one as it doesn't use the XML concatenation. The code is somewhat self-explanatory.
😎
USE tempdb;
GO
SET NOCOUNT ON;
DECLARE @SAMPLE_STR ...
April 19, 2015 at 3:27 am
coool_sweet (4/16/2015)
i am adding new field to my existing package which is char(10).
getting this error:
[Flat File Destination [139]] Error: Data conversion failed. The data conversion for column...
April 19, 2015 at 1:45 am
Viewing 15 posts - 5,566 through 5,580 (of 8,753 total)