Viewing 15 posts - 91 through 105 (of 1,409 total)
I suggest to build a new SQL instance in a VM. Next set the instance specific settings (like sys.configurations kind of stuff, but also LOGINs and server-level permissions) to the...
February 22, 2017 at 8:16 am
It has been a while when I created the script below together with my co-worker. We used it to forecast growth of disk usage of which the measured values were...
February 21, 2017 at 2:11 am
Lynn Petttis has an article about common date routines:
http://www.sqlservercentral.com/blogs/lynnpettis/2009/03/25/some-common-date-routines/
The query below shows some (date/)time manipulations. Each column in the query is part of...
February 21, 2017 at 1:43 am
If you manually run a package from within Visual Studio (or SQL Server Data Tools) the execution is done in debug mode. Even after all tasks are finished the execution...
February 15, 2017 at 4:33 am
N.B. (12/16/2016)
I have a table where, depending on the value in one...
December 16, 2016 at 3:05 pm
I'm not able to test because I don't have a computer at hand.
But is the 'testuser' account added as a user account to the test database?
Second I suggest...
December 16, 2016 at 9:44 am
It's a configuration setting. See this article... Configure the two digit year cutoff
December 16, 2016 at 4:13 am
You don't need to start from the beginning to put the database in stand-by mode again. You can just restore the file that was being restored when your SSMS stopped....
December 16, 2016 at 1:34 am
Audit has certainly it's purpose, but be aware it can generate a lot of data and it could be hard to filter out exactly what you need.
If you only need...
December 16, 2016 at 12:36 am
andrew 64169 (12/13/2016)
'BEGIN ' + #13...
December 14, 2016 at 3:41 am
First: with a REBUILD of the indexes the stats are updated also. Thus it is not necessary te run a separate UPDATE STATS again.
In your described situation if you need...
December 14, 2016 at 3:01 am
Determine your backup strategy by the requirement for the restore (RPO and RTO). How much data is allowed to be lost (= RPO) and how long is data to be...
December 9, 2016 at 6:11 am
And another article... Gotcha for Installing SQL Server 2016 and SSMS on Windows Server 2012 R2[/url]
December 9, 2016 at 4:47 am
simon_s (12/9/2016)
.... (I've even tried manually tried installing the KB but it fails with "The Update is Not applicable to Your Computer)
December 9, 2016 at 4:45 am
From my own experience the MCSA is a certification that let people know yo have a general MS SQL data platform knowledge. Whether it is SQL2012, SQL2014 or SQL2016 is...
December 9, 2016 at 3:36 am
Viewing 15 posts - 91 through 105 (of 1,409 total)