Viewing 15 posts - 7,546 through 7,560 (of 13,876 total)
JKSQL (2/11/2016)
February 11, 2016 at 11:35 am
mikefle (2/11/2016)
We have a number of processes where files are sent to...
February 11, 2016 at 10:08 am
Jacob Wilkins (2/11/2016)
In the first case, when region is null, it's converted...
February 11, 2016 at 10:04 am
bark stuff (2/11/2016)
February 11, 2016 at 6:00 am
Steve Jones - SSC Editor (2/10/2016)
I change fonts usually to make it easier to...
February 10, 2016 at 1:28 pm
leehbi (2/10/2016)
I've started to personalise my SSMS environment to aid development. Not a lot but small things make a difference over the long term.
Some of the things I've done...
February 10, 2016 at 12:37 pm
scotdg (2/10/2016)
SQL Server Integration ServicesPhil Parkin (2/10/2016)
When I run the package from SSIS
I still don't know for sure what this means. I presume you mean SSDT.
February 10, 2016 at 11:56 am
SQLAddict01 (2/10/2016)
I have two varchar columns, but I have numeric data in both the columns.Is it possible to add two columns?
Please let me know
Thanks
Sure. Here's a way:
DECLARE @x varchar(10) =...
February 10, 2016 at 11:23 am
When I run the package from SSIS
I still don't know for sure what this means. I presume you mean SSDT.
February 10, 2016 at 9:32 am
kavithaje (2/10/2016)
It is just dummy table name. Query is working fine now.Am able to get single record based on time stamp.
Thank you.
Perhaps you would describe what was wrong with Drew's...
February 10, 2016 at 8:58 am
Interesting, thanks for posting this.
February 10, 2016 at 8:55 am
OK.
The package runs fine on the production server when I run it from SSIS
Can you elaborate on exactly what you mean here - what steps are you taking?
February 10, 2016 at 8:13 am
scotdg (2/10/2016)
The package runs fine on the production server when I run it from SSIS. It is only when I execute the stored procedure that I...
February 10, 2016 at 7:13 am
You should also be aware that the NOLOCK hint can lead to some nasty issues, namely:
1) The possibility that 'ghost' data (data which is inserted as part of a transaction...
February 10, 2016 at 7:10 am
Did you appropriately configure the connection to MYSERVER.MYDB, somehow, after moving the package?
February 10, 2016 at 6:52 am
Viewing 15 posts - 7,546 through 7,560 (of 13,876 total)