Viewing 15 posts - 2,131 through 2,145 (of 3,489 total)
NOLOCK is a no-no... don't do that unless you're aware of the nasty side effects.
December 28, 2015 at 9:12 pm
here's a hint:
GETDATE() returns the current date.
December 28, 2015 at 8:24 pm
Right-click your date parameter > Parameter Properties.
Available Values > Get values from Query , then choose the dataset and the value and label fields.
Same as any other dropdown in SSRS.
December 28, 2015 at 7:28 pm
I think it's an XOR thing...
Either you can select a date (no list of values)... and you can use the Calendar control
OR
You can select a date from a dropdown.
you can't...
December 28, 2015 at 5:09 pm
This is a partial answer, but if you want to learn data warehousing and understand what you're doing, read Ralph Kimball's Data Warehouse Toolkit, and read Adamson's Star Schema: Complete...
December 28, 2015 at 4:28 pm
Does database B already have data in it? If not, it would be easier to restore A over B.
December 27, 2015 at 4:07 pm
Interesting metric... How much sh*t do you feel comfortable being covered with when it hits the fan? More frequent log backups and full backups minimize the stink...
December 26, 2015 at 4:45 pm
Alex,
You'd just do something like
SET NOCOUNT ON;
INSERT INTO DestTable
SELECT [fieldlist] FROM SrcTable WHERE...
in your stored procedure and then just call it in a job that you schedule.
December 26, 2015 at 9:36 am
Alex,
this part: "What I want to do is have the data populate from the nightly run into a SQL table (already created) each night at least 4 rows will get...
December 25, 2015 at 8:48 pm
Was it removed in 2016? I didn't really ever use it much... just never had a reason to.
That said, anybody know what MS's plans are with reporting? It seems...
December 25, 2015 at 7:45 pm
First off, this is an Integration Services question. You would create all the steps there and run it via a Job. I think you just posted in the wrong...
December 25, 2015 at 2:46 pm
December 20, 2015 at 9:23 pm
Faulty reasoning on his part in my opinion. They're just different.
December 20, 2015 at 4:51 pm
Can't you just change the font color property value to an expression?
December 18, 2015 at 3:23 pm
Viewing 15 posts - 2,131 through 2,145 (of 3,489 total)