Viewing 15 posts - 976 through 990 (of 7,467 total)
FYI
...Adds a stored procedure for the manual cleanup of the change tracking side table in SQL Server 2014 SP2 ...
sp_flush_CT_internal_table_on_demand [ @TableToClean= ] 'TableName'
July 12, 2016 at 1:16 am
I steped away from tsql scripting for this purpose.
I use a powershell script/module to assemble and restore databases from whatever sqlserver source to a given sql server target.
You can find...
July 6, 2016 at 12:57 am
I chocked and was shocked seeing this:
import-module sqlserver
Get-SqlPort -sqlserver myserver\myinstance
result
Get-SqlPort : SQLDMO is not installed.
At line:1 char:1
SQLDMO ????????
Oh, wait, maybe that's the one coming from the "old" SQLPSx installation
July 4, 2016 at 12:55 am
Thank you for the feedback.
Glad to read to got it fixed.
July 3, 2016 at 11:56 pm
first make a tail log backup
then you can use 'restore filegroup ' starting from your latest full backup
then restore diff backup if available
then restore logs as needed ending with...
July 1, 2016 at 7:59 am
David O (6/8/2016)
...turn this into a guest editorial ...
or even better, submit it as an SSC article !
Marketing only highlights the fancy stuff !
Users want it to work
DBA want...
June 9, 2016 at 12:46 am
is your name column Nullable and are there rows where it is null ?
ref: Something About Nothing: NULL By Kathi Kellenberger[/url]
May 30, 2016 at 7:46 am
The main point is that after a shrink operation ( other than truncate only ), you need to perform FULL maintenance on your database !
This may cause your LDF...
May 23, 2016 at 2:53 am
SQL2014 ( sp1 CU4 )
I've had issues using simple commands like using this in-line
$('{0} - {1}' -f $env:computername, $CurrentDtyyyyMMdd_HHmm )
changing the jobstep to CMDexec and launching a powershell script...
April 19, 2016 at 6:54 am
When will SQLAgent finally upgrade its Powershell subsystems Version ( currently restricted to V2 ) ? syntax has changed and enhanced a lot since V2.
April 19, 2016 at 5:03 am
I wouldn't count on it.
btw. you can start xEvents to capture deprecated on your current SQL2008R2 instance and preparing for the fix.
ref Track Deprecated Features with Extended-Events[/url] .
...
April 11, 2016 at 2:50 am
Andy Warren (12/3/2015)
December 3, 2015 at 8:29 am
dndaughtery (12/3/2015)
December 3, 2015 at 8:19 am
...It means you have to check the backup before you set the options for the restore. For my revised code & test above you can infer that my backup did...
December 3, 2015 at 8:11 am
Viewing 15 posts - 976 through 990 (of 7,467 total)