Viewing 15 posts - 8,191 through 8,205 (of 8,760 total)
Sean Lange (5/22/2014)
May 22, 2014 at 10:21 am
Quick question, are you on SQL2008 SP1? If so, try OPTION ( OPTIMIZE FOR ( @xml = NULL ) ).
π
May 22, 2014 at 7:15 am
raosankar19 (5/21/2014)
Delete cascade syntax in sql server...
I want to know delete cascade syntax in sql server...
π
ON DELETE CASCADE
π
USE tempdb;
GO
CREATE TABLE dbo.TBL_PARENT
(
PARENT_ID INT IDENTITY(1,1)...
May 22, 2014 at 2:01 am
You can test the result set, if the count is 0 then don't execute the code, see the code!
π
DECLARE @RES TABLE
(
is_hidden ...
May 21, 2014 at 12:52 pm
Eric M Russell (5/21/2014)
May 21, 2014 at 12:15 pm
Had a quick look at it again and discovered minor snags:-D
Firstly, this is not going to work for more than one customer at a time so I added a variable...
May 20, 2014 at 11:18 pm
Hugo Kornelis (5/20/2014)
May 20, 2014 at 3:19 pm
Usman Butt (5/14/2014)
BTW, can someone test the physical tally table splitters as well?
Just had the chance to to a quick test, the physical table splitters seems to be at...
May 20, 2014 at 2:30 pm
TomThomson (5/20/2014)
But it's kind of interesting .... you know that Chinese proverb (or maybe urban myth?) about interesting times?
The interesting thing here is that 253...
May 20, 2014 at 2:22 pm
Marcus Farrugia (5/20/2014)
Thank you to both, I selected Luis as the answer because of the direction to the Ceiling function, was a learning curve for me.
Good stuff!
π
May 20, 2014 at 2:07 pm
Marcus Farrugia (5/20/2014)
As an example the difference in the times:
1900-01-01 09:27:49.000,...
May 20, 2014 at 1:49 pm
venkat5677 (5/20/2014)
Yes, float column in the dataflow π
Check for missing/empty values, these are known to cause this error. A workaround would be to "replace" the missing values with 0 (zero).
π
May 20, 2014 at 5:15 am
I got stumped with work, be back to you tomorrow:cool: or as soon as I can.
May 19, 2014 at 2:16 pm
Viewing 15 posts - 8,191 through 8,205 (of 8,760 total)