Viewing 15 posts - 871 through 885 (of 3,738 total)
Lowell (4/3/2014)
Instead i started with a...
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
April 4, 2014 at 5:46 pm
I do not like triggers either. Since it only fired when an abject was created, Dropped or modified it was not firing off that much. But now I know better.
I...
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
April 4, 2014 at 7:04 am
Lowell (4/3/2014)
Instead i started with a...
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
April 3, 2014 at 4:08 pm
Jim_K (4/3/2014)
You wouldn't happen to be in a VM environment? I know there are some tools out there, such as Veeam, that will snapshot the database and record the fact...
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
April 3, 2014 at 3:08 pm
SQLRNNR (4/3/2014)
San snapshots can also cause an extra backup entry in your backuphistory. Are you doing SAN snapshots by chance?
I have to check with the Infrastructure Manager.
Thanks.:-)
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
April 3, 2014 at 3:07 pm
They are doing the COMMVault Backups.
They are also doing snapshot of the Server every hour.
I failed to mention that this is a Great Plains Server which was managed by someone...
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
April 3, 2014 at 2:19 pm
Thanks for the good advice.
I should have done more research before asking the question.
Upon my request for information the developer gave me the connection string and it was the wrong...
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
April 3, 2014 at 10:50 am
I regret the post.
I do everything to help my users.
I check the execution plans, add missing Indexes, rewrite the code, etc.
I would never do anything to hamper development or progress.
I...
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
April 3, 2014 at 9:48 am
ok, I appreciate the feedback.
Thanks.
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
April 3, 2014 at 9:18 am
homebrew01 (3/20/2014)
You could contact the backup software company. Perhaps they have "retry" settings that will help if there is contention or network problems.
I wish I could but I'm the DBA...
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
March 20, 2014 at 8:34 am
Thanks Jeff.
Fortunately the Backups did not hang last night.
I had this problem about a month ago on another server.
I was out on vacation but when I returned I discovered that...
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
March 20, 2014 at 3:23 am
Jeff Moden (3/19/2014)
Welsh Corgi (3/19/2014)
On one instance the 3rd party Backups are hanging. Everything...
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
March 19, 2014 at 5:18 pm
sqlbuddy123 (3/19/2014)
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
March 19, 2014 at 3:56 pm
I currently have this code which works. It shows all of the jobs that are running but have not completed:
SELECT DISTINCT 'CYP_BI' AS Server,Jobs.Name AS...
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
March 19, 2014 at 9:18 am
HanShi (3/19/2014)
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
March 19, 2014 at 7:24 am
Viewing 15 posts - 871 through 885 (of 3,738 total)