Viewing 15 posts - 106 through 120 (of 4,477 total)
We have had failures in the past due to networking issues, but those have always been caught. I am trying to figure out how this time the inserts failed...
March 10, 2020 at 5:25 pm
Essentially unit testing and performance testing.
For unit testing, you may want to look at tsqlt - an open source unit testing framework: tsqlt
Sue
March 10, 2020 at 2:33 pm
There are too many variables to guess how long it will take - number of articles and data, metadata needed for those articles, hardware, network latency would all play a...
March 9, 2020 at 11:53 pm
It creates one by default. You wouldn't need to back it up just like you wouldn't need to back up a database for it to work. But if you need...
March 9, 2020 at 8:28 pm
One time backup is fine. You don't need to back it up again when reports, data sources are changed or added.
Sue
March 9, 2020 at 6:59 pm
One option with Powershell is to use dbatools and the cmdlet Update-DbaInstance. You can find more information on that cmdlet in this link: Update-DbaInstance
An example of how to use...
March 9, 2020 at 6:51 pm
Primarily pen and paper. But I have been using Apex SQLModel for the past year or so. It's a pretty good and it's free. For now anyway. https://www.apexsql.com/sql-tools-model.aspx
Sue
March 5, 2020 at 9:02 pm
When you created the subscription, you said you "didn't choose initialize when creating the subscription". If you mean you cleared the check in the checkbox for initializing then that is...
March 5, 2020 at 12:00 am
Try using Openquery to execute the Sybase stored procedure. It may or may not work. You would want to post the exact error message and error number when you get...
March 4, 2020 at 7:31 pm
Thanks for posting back - that makes sense. Another option would be to just skip the part of deleting the account from Active Directory when you do the uninstall and...
March 3, 2020 at 8:18 pm
The Folder Settings on the top menu bar is for the Home settings. For a specific folder, Hover your mouse over the folder and a drop down appears on the...
March 3, 2020 at 7:13 pm
Are you using SSL? Knowing that would be a good place to start. The error is for a self signed certificate and if you are using those and SSL, the...
March 2, 2020 at 10:53 pm
The changes you need are already in one of your other posts on this issue - refer to:
https://www.sqlservercentral.com/forums/topic/ssis-83#post-3729844
Sue
March 2, 2020 at 10:28 pm
Yes you can query it. When you enable it there are several different DMVs that are available to use with the query store. You can use it to understand query...
February 28, 2020 at 8:29 pm
Disable Publishing and Distribution can be easy but you can also run into errors at times, usually if you have some type of inconsistency with the meta data. But it...
February 28, 2020 at 5:48 pm
Viewing 15 posts - 106 through 120 (of 4,477 total)