Viewing 15 posts - 16 through 30 (of 960 total)
When storing the data in the database try and store it with as much detail as possible. for example if you have the data here is why
create table #ranks...
October 30, 2015 at 1:26 am
Are you using differential and log backups for subsequent refreshes?
October 29, 2015 at 2:26 pm
Login Names and User Names do not have to match , usually when you create a login and then map the login to databases a user with the same name...
October 29, 2015 at 2:05 pm
Your connection managers are being invalidated at run time ,this can happen for a number of reasons but the most common is when the protection level is set to do...
October 29, 2015 at 1:58 pm
+1 to data driven subscriptions , that's the inbuilt feature for sending reports to multiple users.
October 29, 2015 at 12:08 pm
whats the output of this query
select * from sys.fulltext_catalogs
October 29, 2015 at 12:03 pm
I Imagine you need two conditions one to check for tables that have NC indexes that have included columns and then one to check indexes to confirm the have included...
October 29, 2015 at 12:00 pm
its a fairly common requirement and has been asked bfeore , you could start here , the main thing is to use the script task within the dft.
http://www.sqlservercentral.com/Forums/Topic628424-147-3.aspx
October 29, 2015 at 6:43 am
You could use Policy based Management which will prevent any operations that violate the defined policy
October 29, 2015 at 6:40 am
frankly i dont think anybody expects a thank you when they post answers to the question but damn does it feel nice:-)
October 29, 2015 at 6:31 am
While certification course are great to stand out; there is no assurance they will help with all the scenarios you are going to face or explain in details those that...
October 29, 2015 at 6:16 am
Data sync can do bidirectional ,premise to cloud and vice versa but considering the volume of data Ssis might be more better.
October 28, 2015 at 10:49 am
Sweet !!!
It never occurred to me to use a case statement within the Recr CTE
Thanks Chris.
October 28, 2015 at 5:15 am
Viewing 15 posts - 16 through 30 (of 960 total)