Viewing 15 posts - 16 through 30 (of 89 total)
NO SP1 is installed on the server .
September 24, 2013 at 8:20 am
SQL server 2012
Windows Server 2008R2
September 23, 2013 at 3:54 pm
Any help from the other members!
February 19, 2013 at 3:08 pm
It cant be possible to set unlimited growth.
So, that is the reason, I am looking for some thing that will help us.
February 18, 2013 at 3:57 pm
I am that confident on creating my own.
Can one please help me providing some documention how to implement it.
February 18, 2013 at 12:45 pm
Good Post AQLAJ,
It give information on Drive Spaces at certain threshold.
But, I am looking at a threshold alerts when the database (files MDF & LDF) reaching the MAX...
February 18, 2013 at 9:31 am
Thanks SQLAJ
yes i mean by alerts..sorry misspelled.
when the files are nearing max sizes. how to implement it.
If there is any good blog post, how to set up please forward...
February 16, 2013 at 2:26 pm
First created the Table. And then running the DECLARE InSERT into statement to load into the table DatabaseFileUsage.
My understanding is the statement is loads in to the table...
February 15, 2013 at 9:01 am
Anthony,
it execute good, But gives an error on the table. below is the error message.
I have created the table in one of the user databases
Msg 208, Level...
February 15, 2013 at 8:30 am
Thanks Anthony
When I try to execute, I am getting errors, Copied below.
Will it work for SQL server 2012 release?
DECLARE @SQL NVARCHAR(MAX)
SELECT @SQL = REPLACE(
CAST(
(
SELECT 'USE '...
February 15, 2013 at 8:11 am
Thanks for the replay Ed,
But my concern is, I need the Current TIME STAMP into.
I ok with any good post available, Please post the links.
February 14, 2013 at 10:26 am
Thanks GSquared!!
I was able to get /* USE Database*/ it as comment section box.
The use of this SP is to ScriptoutPermissions for a database.
example:
EXEC dbo.UD_GetListDBAccess ...
January 10, 2013 at 12:54 pm
Thanks for all your help..
1)I am not looking databases_files in the Out put.
Example:
DBA_Databasename_Data
DBA_Databasename_Log
2)I am looking for "Use Database" in the our put.
Example:
USE DBA_Databasename
January 9, 2013 at 1:28 pm
Thanks for your replay GSquared 🙂
Trying to insert the statement "Use Database" into a temp table?
January 9, 2013 at 12:29 pm
Thanks for your reply Alan
I tried couple of ways, It did not work out
create table ##permission_info (id int primary key identity, information varchar(8000))
insert into...
January 9, 2013 at 10:14 am
Viewing 15 posts - 16 through 30 (of 89 total)