Viewing 15 posts - 4,201 through 4,215 (of 11,678 total)
It might be possible that there are rows with length > 15 selected early on in the query plan which are filtered out later.
If you change the query, the query...
November 19, 2013 at 4:43 am
IgorMi (11/19/2013)
What about when one of those day is a public/national holiday?
Good point.
It might be easier to create a stored procedure that checks if the job should run or not.
If...
November 19, 2013 at 3:45 am
Unfortunately you cannot specify many rules in a SQL Server Agent schedule.
It seems you have to create 10 different schedules, each for one single day.
November 19, 2013 at 3:36 am
Using SSMS:
dbagroup,portnumber (add a comma between)
Make sure the TCP/IP protocol is enabled.
edit: instance name is not needed
November 19, 2013 at 3:33 am
Take a look at GROUP BY ROLLUP.
November 19, 2013 at 1:41 am
One server doesn't accidentally have another keyboard layout?
November 18, 2013 at 11:59 pm
Not that straight forward it seems.
Take a look at this topic:
November 18, 2013 at 11:57 pm
sqlserver12345 (11/18/2013)
I have been able to create .doc,.txt and .html files but when I try to generate PDF it fails.The...
November 18, 2013 at 11:53 pm
Please read the entire MSDN page you linked to.
The following SQL Server Database Engine features are supported in the next version of SQL Server, but will be removed in a...
November 18, 2013 at 11:51 pm
Not with SSIS out of the box.
There are some 3rd party components that can do this though.
Alternatives are programmatically creating SSIS packages, using .NET or maybe BIML.
(if you know a...
November 18, 2013 at 2:49 pm
You cannot change the metadata of a data flow dynamically.
Each different table structure needs a different data flow.
Maybe you need to take another approach. You could try bcp to dump...
November 18, 2013 at 2:25 pm
L' Eomot Inversé (11/18/2013)
Koen Verbeeck (11/18/2013)
Went over 11,000 points a while back and I also managed to wringle myself into the top 10 (sorry Paul).😎 :w00t:
Congrats.
When do you...
November 18, 2013 at 11:24 am
I believe number 2.
November 18, 2013 at 6:40 am
Went over 11,000 points a while back and I also managed to wringle myself into the top 10 (sorry Paul).
😎 :w00t:
November 18, 2013 at 6:39 am
arkiboys (11/18/2013)
Koen Verbeeck (11/18/2013)
You mean "fully justify".This is not possible (yet) in SSRS.
I see. What are my options? Get the sql server 2012 ?
As...
November 18, 2013 at 4:41 am
Viewing 15 posts - 4,201 through 4,215 (of 11,678 total)