Viewing 15 posts - 151 through 165 (of 7,165 total)
adonetok (3/2/2016)
Did you post new code?
Jeff Edited his original post.
March 2, 2016 at 8:35 am
adonetok (3/2/2016)
When I try script below but got an error said: Invalid object name '#order'select * from #order
Lookup xp_cmdshell in Books Online to see the definition of the resultset it...
March 2, 2016 at 7:33 am
adonetok (3/2/2016)
For example, in server order \\order\2016
20160101.jpg
20160110.jpg
...
20160228.jpg
How to code to...
March 2, 2016 at 7:22 am
moid.hassan (3/1/2016)
Need an advice on rolling back the ETL load if anything fails.
I have a one truncate-and-load ETL process that runs every night, it first truncates the fact tables and...
March 1, 2016 at 7:04 pm
jimtimber (2/29/2016)
Can I please...
February 29, 2016 at 8:27 am
Sergiy (2/28/2016)
Orlando Colamatteo (2/28/2016)
Try this instead of going straight to a string:
DECLARE @D DATETIME = '2016-02-28 19:04:51.997';
SELECT CAST(CAST(@D AS TIME(3)) AS VARCHAR(8));
It returns exactly the same result as the original...
February 28, 2016 at 9:40 pm
jimtimber (2/28/2016)
I am trying to extract the hh:mm:ss element of a datetime column of date. The date time column has the following format "dd:mm:yyyy hh:mm:ss".
I used the convert(varchar (8), MyColumnName,...
February 28, 2016 at 7:08 pm
michellefs (2/28/2016)
We can only...
February 28, 2016 at 7:02 pm
baiju krishnan (2/27/2016)
February 27, 2016 at 8:02 am
Jeff Moden (2/27/2016)
Luis Cazares (2/26/2016)
Unless there's a workaround using certain settings, but I don't...
February 27, 2016 at 7:59 am
On your Connection Manager just set the RetainSameConnection property to True so the same connection is used across all your database requests.
February 27, 2016 at 7:58 am
Steve Jones - SSC Editor (2/26/2016)
February 26, 2016 at 8:59 am
sgmunson (2/26/2016)
Or is there an easier way to run as SSIS package just once? Don't want that package hanging around in job form...
From what context are you trying...
February 26, 2016 at 8:56 am
Brandie Tarvin (2/25/2016)
...some OLTP databases reference tables in the Reporting databases.
How many tables? I am thinking a simple Transactional Replication Publication on Server B subscribed to by Server A (same...
February 25, 2016 at 7:31 pm
ThomasRushton (2/25/2016)
Ed Wagner (2/24/2016)
Grumpy DBA (2/24/2016)
Luis Cazares (2/24/2016)
crookj (2/24/2016)
HappyGeek (2/24/2016)
Ed Wagner (2/24/2016)
ChampionsQueen!!
Dust (another one bites the...)
Bohemian (Rhapsody)
(Under) Pressure
ZZ Top
(Top) Trumps
Triumph
February 25, 2016 at 2:57 am
Viewing 15 posts - 151 through 165 (of 7,165 total)