Viewing 15 posts - 91 through 105 (of 2,483 total)
There are too many people to congratulate individually.
Well done everyone on making SSC THE SQL resource on the net.
:w00t::D:Whistling::smooooth::w00t::D:Whistling::smooooth::w00t::D:Whistling::smooooth::w00t::D:Whistling::smooooth:
January 29, 2009 at 3:56 pm
Looks pretty familiar.
http://www.sqlservercentral.com/articles/Stored+Procedures/capturingtheerrordescriptioninastoredprocedure/1342/[/url]
January 12, 2009 at 9:52 pm
Why you would want to do this in VB and SQL Server is beyond me. Like Jeff says, you don't need to go anywhere near the database for the functionality...
December 3, 2008 at 5:09 am
In machine Sql server eaten 1 GB above memory.
I got some script to bifurcate memory as per database.
These statements sort of indicate to me that the OP doesn't understand...
December 3, 2008 at 5:05 am
I'd like to put in a plug for Hyperbac (www.hyperbac.com). It's made by the original developers of Litespeed.
Massive advantage is you just use any normal backup method within SQL Server...
December 3, 2008 at 4:51 am
This is one of the many known bugs with Maintenance Plans.
There is a patch for this issue, not entirely sure which one though.
Personally, I try and remove Maintenance Plans...
December 3, 2008 at 4:46 am
You won't be able to directly monitor the free space of a share within SQL Server.
What you could do is create a Performance Counter Log to record the appropriate free...
December 3, 2008 at 4:35 am
Not sure if you've got the right wording there, but it does look impressive 😀
Basically, to bifurcate is to split. Not sure what you'd be wanting to split your memory...
December 3, 2008 at 4:32 am
You really only need to check @@FETCH_STATUS = 0, that indicates that a row was successfully fetched.
November 16, 2008 at 2:33 pm
Lorenzo DBA (11/7/2008)
November 7, 2008 at 4:51 am
With your exclusion/inclusion of system databases, what about the distribution, ReportServer and ReportServerTempDB databases?
Backup of system databases not required normally
After making the point about having backups to avoid the risk...
November 6, 2008 at 10:40 pm
All you need is IP connectivity at the OS level.
The limitation of using FQDN's is just the GUI.
October 20, 2008 at 6:52 pm
and when specifying computer names you HAVE to use fully-qualified names-that means PROTOCOL:\\COMPUTER.DOMAIN.DOMAINIDENTIFIER:PORTNUMBER
No you don't, using IP addresses works just as well as using FQDN.
October 19, 2008 at 7:56 pm
Firstly, check your ip connectivity between the servers. If you have connectivity issues you may need to update the hosts file with the ip addresses of the other servers.
Secondly, all...
October 14, 2008 at 11:27 pm
Ughhh .... try a re-write without a loop and you might get some performance.
September 29, 2008 at 7:06 am
Viewing 15 posts - 91 through 105 (of 2,483 total)