Viewing 15 posts - 226 through 240 (of 972 total)
If I recall with Access it utilizes an ODBC connection to the database. As long as the connection is not using a shared login then you can track individually who...
September 3, 2014 at 12:44 pm
Include logic in the job to verify if you are running on primary replica or not. You can do this by checking sys.dm_hadr_availability_replica_states and the "is_local" column is set to...
September 3, 2014 at 12:31 pm
I would utilize Registered Servers within SSMS. If you add all the servers in question, grouping as you see fit [e.g. all development, all production, all staging/QA]. You open a...
August 29, 2014 at 12:36 am
Little Nick (8/26/2014)
But got en error,
Msg 2739, Level 16, State 1, Line 38
The text, ntext, and image data types are invalid for local variables.
Ah did not pay attention to that...
August 26, 2014 at 10:16 pm
WhiteLotus (8/26/2014)[/bI wonder can I perform full backup every week but transactional log every day ( every 3 hours ) because i am going to perform Rebuild /Reorganize process everyday
Your...
August 26, 2014 at 9:57 pm
Just to clarify: SSRS is not cluster aware so it would be treated as a standalone installation. It will not failover to any other node within your cluster. You would...
August 26, 2014 at 9:13 pm
You want to use the "@i" to select each record of your CRM table and populate each value into a variable so you can then pass it into the send...
August 26, 2014 at 9:05 pm
You might check the backup history to see what your throughput is for each database, find the worst one and work from there. I modified this from Brent Ozar's script...
August 25, 2014 at 1:17 pm
WhiteLotus (8/24/2014)[hrWhat do you think if I Increase the frequency of backup from 2 hours become 1 hour ?
I have no clue, that is something you would have to test.
August 24, 2014 at 9:53 pm
Unless you checked the log_reuse_wait_desc at the time of the error it likely cleared up by the time you got into the office to check it. It was likely just...
August 24, 2014 at 8:30 pm
I generally only create baseline of alerts for 824 and 825, then 19-25. I have used Glenn Berry's script[/url] at times to create these for me.
Any other alerts outside of...
August 16, 2014 at 6:14 pm
F. van Ruyven (8/13/2014)
August 13, 2014 at 7:20 am
Doing this is documented in multiple TechNet and MSDN articles and is the same type of process for SQL Server 2005 and onward. A simple Google search for your first...
August 6, 2014 at 8:58 pm
What is doing the full backup currently being done?
In order to know if you can even do log backups against the database you need to know what recovery model the...
August 5, 2014 at 4:03 pm
There is no tool that I know of but only references on what general guide to set your max server memory to. Glenn Berry has blog post here[/url] that includes...
August 4, 2014 at 12:16 am
Viewing 15 posts - 226 through 240 (of 972 total)