Viewing 15 posts - 466 through 480 (of 7,168 total)
Set a default value for both.
January 18, 2016 at 11:31 pm
For large installs with common developers Shared Data Sources are a MUST in my book. Shared Datasets are tough to get a lot of re-use from beyond queries that populate...
January 18, 2016 at 9:33 pm
You cannot "allow multiple values" and "allow null". What you can do however is create the option by adding an option to your list of values called "Nothing" or "Null"....
January 18, 2016 at 9:22 pm
Direct replies here:
http://www.sqlservercentral.com/Forums/Topic1753462-1633-1.aspx
January 18, 2016 at 9:15 pm
Direct replies here:
http://www.sqlservercentral.com/Forums/Topic1753462-1633-1.aspx
January 18, 2016 at 9:14 pm
As far as I know there is no native command in FTP to check if a directory exists. What you will need to do is get a directory listing for...
January 18, 2016 at 9:13 pm
January 18, 2016 at 9:10 pm
@mister.magoo, never seen APPLY used with a row-ctor to unpivot like that. Very cool.
Just for the sake of providing an alternative, we can do the same using a traditional UNPIVOT:
SELECT...
January 18, 2016 at 9:03 pm
Two functions leveraging the calendar table for your consideration:
This one answers the question in your last post. You will pass in the year, month, week number of the month and...
January 18, 2016 at 8:43 pm
ScottPletcher (1/18/2016)
SQL Agent schedules all of it jobs from msdb, and I don't see anything that looks like a calendar table in it
That's because Agent is not a database-resident system....
January 18, 2016 at 12:20 pm
titsiros (1/18/2016)
There are two reasons while i would like to...
January 18, 2016 at 8:39 am
What I meant was, why not join the two tables in the query you issue from one of your SSRS Datasets? For example, let's say you had two tables, one...
January 17, 2016 at 5:14 pm
Orlando Colamatteo (1/17/2016)
murtzd (12/17/2015)
I'm experiencing a very frustrating issue. I am using the guide below to read a cell value in Excel into a SSIS variable;
http://www.techbrothersit.com/2013/11/ssis-read-excel-cell-value-in-ssis.html
It works very well...
January 17, 2016 at 9:28 am
murtzd (12/17/2015)
I'm experiencing a very frustrating issue. I am using the guide below to read a cell value in Excel into a SSIS variable;
http://www.techbrothersit.com/2013/11/ssis-read-excel-cell-value-in-ssis.html
It works very well for anything...
January 17, 2016 at 8:24 am
You cannot install Microsoft SQL Server software in a Mac OS but you can run Windows in a VM on a Mac OS and install your software inside the Windows...
January 17, 2016 at 12:34 am
Viewing 15 posts - 466 through 480 (of 7,168 total)