Viewing 15 posts - 1,111 through 1,125 (of 1,655 total)
Withoput having your extended procedure it's almost impossible to tell what you can do and how. But if you're just interested in information about backups like files, size, date etc....
October 11, 2007 at 8:13 am
Actually it looks like your having two problems.
First of all you're trying to install the 64-bit version of SQL Server on a 32-bit Windows XP and second you can't install...
October 11, 2007 at 8:09 am
Yes, instead of triggers are implemented in SQL 2000.
I didn't realize that the link I posted was for SQL 2005 but as far as I know, everything in it...
October 11, 2007 at 7:18 am
If you want to use partioned views you need to have a partioning column which identifies to which undelying table a record belongs. You when have to define Instead of...
October 11, 2007 at 4:34 am
It would help if you would write which performance counter is causing the problem.
From my experience the error can be caused by two things.
1. The specified counter doesn't exists...
October 11, 2007 at 2:51 am
Edwin (10/10/2007)
I have 10 GB ++ database and several huge tables 11 GB ++.
Edwin,
I'm a bit confused by youe measurements, but during some discussions with the people at MS...
October 11, 2007 at 2:37 am
Ian,
the best solution would be to always use the two-part name like dbo.tablename. Not only is it a best practice but there's also a (very) small performance gain by doing...
October 11, 2007 at 2:30 am
I can't say that I ever tried it but I'm pretty sure that it's possible. I've done a couple of upgrades from Standard to Enterprise and pretty straight forward. I...
October 9, 2007 at 5:13 am
NO it's not complicated at all.
If you have a look at the scheduling options for weekly jobs you will see the option to run a job every 2 or any...
October 9, 2007 at 4:12 am
Looking at the error message my first guess would be that you removed the Builtin\Administrators and now the local system acocunt can't login to the server.
If that's the case add...
October 8, 2007 at 4:56 am
Hmm, not sure I realyy understand your question but this is what I make of it. Your first list are all the fixeddatabase roles. In BookOnline you can find the...
October 5, 2007 at 2:16 am
The short answer would be yes it's possible from a trigger, but it's not something I would allow any of my developers to implement. The risk of failed transactions...
October 5, 2007 at 2:03 am
If your using SQL 2005 you can use DDL Triggers, Event Notification or even WMI alerts. It mainly depends if you just want to audit the event on the same...
October 5, 2007 at 1:51 am
As the error message said, the database is in use. Close all connections to this database first (any query windows, applications etc.) before restoring.
Then you need to restore the full...
October 5, 2007 at 1:43 am
Sorry but I don't see a link to the article your talking about so no comment on that part.
If I remember correctly logshipping in 7.0 was not a built in...
October 4, 2007 at 1:45 am
Viewing 15 posts - 1,111 through 1,125 (of 1,655 total)