Viewing 15 posts - 916 through 930 (of 3,666 total)
Please stop posting the same thing in multiple forums!
December 1, 2014 at 11:49 am
Chris Ells (11/25/2014)
Unfortunately, that link doesn't explain even how to create a subscription.
Maybe this link is better.
http://lmgtfy.com/?q=how+to+schedule+ssrs+report+for+emailing
November 25, 2014 at 3:57 pm
As far as the number of records showing up in the messages tabs is concerned, that's the way it should be.
November 25, 2014 at 3:20 pm
GilaMonster (11/20/2014)
NJDave (11/20/2014)
Should a SQL DBA know users passwords when using SQL Server authentication?Absolutely not.
Agree!!!
November 20, 2014 at 8:50 am
Sounds like what you're asking is beyond what this forum was intended for.
I think you need to find a good book on SSAS and start reading.
November 19, 2014 at 12:59 pm
g.britton (11/13/2014)
DECLARE @sql nvarchar(4000) = N'create table #foo(a int)';
EXEC sp_executesql...
November 13, 2014 at 11:42 am
You might want to look into synchronization, instead of replication.
How to: Execute Database Synchronization (SQL Server)
http://msdn.microsoft.com/en-us/library/dd918848%28v=sql.110%29.aspx
November 10, 2014 at 12:12 pm
Here's a few links that might be helpful:
Integration Services (SSIS) Expressions
http://msdn.microsoft.com/en-us/library/ms137547%28v=sql.110%29.aspx
SSIS Expression Cheat Sheet
http://pragmaticworks.com/Training/Resources/Cheat-Sheets/SSIS-Expression-Cheat-Sheet
November 10, 2014 at 12:06 pm
I'd like to know where so many people got the idea that the database should be set to Simple Recovery Mode first.
November 10, 2014 at 11:49 am
Easiest option is to add a FileSystemTask for each file type you need to process.
November 3, 2014 at 12:13 pm
OCTom (11/3/2014)
How about using an Orders History table and store the ordered price there?Tom
I don't see a need for an Order History table. The Orders table can be...
November 3, 2014 at 9:58 am
If you want to record what the price was at the time of the order, then I would keep the price in both table. This is normal (no pun...
November 3, 2014 at 9:44 am
Aleksl-294755 (11/3/2014)
Good question. Never thought about using the second option. I learned something. Thanks!
Same here. Thanks.
November 3, 2014 at 7:59 am
batgirl (10/27/2014)
do you get any results when you select rows using the same where clause?
The rephrase the above question, what do you get when you run the query below?
SELECT *...
October 27, 2014 at 1:26 pm
Is the suggested index based on more than one column? if so, you might have the columns in the wrong order. The suggested index does not necessarily have the...
October 23, 2014 at 8:24 am
Viewing 15 posts - 916 through 930 (of 3,666 total)