Viewing 13 posts - 1 through 13 (of 13 total)
The backup runs for about two hours and gets to about 80% when the log file starts to grow as described above. This has happened twice on consecutive attempts to...
December 21, 2011 at 10:28 am
Well I am not sure what "code" I could show as I am using SSMS to run the backup. Is there something particular you would like me to post up...
December 20, 2011 at 5:38 pm
Not sure what your pasting into Grasshopper, code block I copy, pastes well formed for me in NOTEPAD, NOTEPAD2 and into a query pane.
June 10, 2011 at 11:50 am
I am experiencing this too. I run Profiler 9.00.3042.00 on MSSQL 2005 and PerfMon on Server 2003 SP2. Once out of about 6 attempts did the Import Performance Data option...
December 15, 2010 at 10:08 am
In step 1 the fourth code block I believe you omitted the "s" in the FROM line for the ALIAS "so"
I changed the code to "from sys.objects so...
October 22, 2009 at 2:22 pm
In Step 1 code block three is:
Create Function Uf_GetIndexSize
(@index_id int,@tableid int)
Returns float
AS
BEGIN
return (select cast(reserved as float*8192)/(1024) from sysindexes
where indid=@index_id and id=@tableid)
End
I get:
Msg 102, Level 15, State 1, Procedure Uf_GetIndexSize, Line...
October 22, 2009 at 2:10 pm
You have the right document from MSDN, it clearly states the upgrade path from eval to Standard or Enterprise, even says Express can be upgraded.
I have done the upgrade from...
September 2, 2009 at 3:39 pm
Where does this SP need to be created, I created it in Master and it only returns result from the dbo or sys schema's.
October 7, 2008 at 9:17 am
I also got one row with NULL, so I did not see much use for this SQL.
but Russel Bell, this is useful, thanks.
😀
Sometime the topic just gets you looking in...
September 29, 2008 at 5:46 pm
The way I find out what stored procedures are in a database is in Management Studio, to drill into the Programmability | Stored Procedures | System Stored Procedure. Here you...
July 28, 2008 at 12:50 pm
Jeff, as I read your article I worked through it and saw the improvement your change made; and then Hugo sample worked great too. To read the comment that good...
March 14, 2008 at 5:27 pm
When I ran the SELECT statement by itself I see that this is a function that exists, what is the change you are making to the default Function?
I changed the...
February 29, 2008 at 2:14 pm
Service Packs=Yes
Even though I will implement the weekly fixes and mostly without testing, as there is never enough time or resources. We have grown comfortable with our DR methods to...
February 1, 2008 at 9:57 am
Viewing 13 posts - 1 through 13 (of 13 total)