Viewing 15 posts - 46 through 60 (of 1,417 total)
If you right-click on the connection, you can select the "Work Offline" option from the context menu.
May 24, 2018 at 8:01 am
You mention there's an app manager involved. Does this manager also manage job in the Windows Scheduler? Are there any errors in the Windows Event logs (system and application) around...
May 24, 2018 at 7:11 am
The most common date format in the US is mm/dd/yyyy
, whereas in Europe (including the UK) it's more common to have dd/mm/yyyy
So setting the language settings of a login affects the...
May 16, 2018 at 5:40 am
declare...
May 16, 2018 at 4:16 am
I got a question, here we are making differentials and logs backups of read-only databases,...
May 1, 2018 at 7:52 am
May 1, 2018 at 1:18 am
April 30, 2018 at 11:45 am
Take a look at the free scripts of Kenneth Fisher (https://sqlstudies.com/free-scripts/). He has a script to list all database permissions. You can adjust the script by yourself to...
April 30, 2018 at 5:47 am
You can create a specific login for the application to use, preferrably from an Active Directory account. Next create a corresponding database user in each database the application needs access...
April 26, 2018 at 12:40 am
The reason for the number of columns is 2 fold. The first...
April 25, 2018 at 8:14 am
500 columns is a lot to put into a single table. It is also not a good approach to create a seperate table for each quarter.
Take a good look...
April 25, 2018 at 8:11 am
Does the failing stored procedure contains the EXECUTE AS clause?
April 25, 2018 at 7:52 am
April 25, 2018 at 4:50 am
Copying the databases using the SQL backup and restore method should work from SQL2005 to SQL2012. I expect the only thing to take into account during the restore is the...
April 25, 2018 at 4:11 am
Viewing 15 posts - 46 through 60 (of 1,417 total)