Viewing 15 posts - 196 through 210 (of 361 total)
No one else has had a go, so I will try to help.
I use log shipping all the time. It is lightweight and works effectively. That said, I always roll...
April 25, 2007 at 2:49 am
Its a long shot, but you could check open transactions on the database in question. Perhaps something has been left open...
April 19, 2007 at 8:22 am
you could restart the server, as this rebuilds tempdb from model.
Unless anyone knows why you can't?
April 18, 2007 at 2:14 am
Yes I thought so too.
However:
select user_name(grantee_principal_id), permission_name, state_desc from sys.database_permissions where major_id = object_id('xp_fixeddrives')
tells me that public has exec granted.
The following:
WITH PASSWORD =...
April 18, 2007 at 2:12 am
what permissions do you need to successfully run xp_fixeddrives on 2k5? I find that a basic user ends up with an empty result set but no error messages!
April 17, 2007 at 4:49 am
well, if you can sensibly cluster on the your core search requirements then there is a good chance of a significant benefit. As I say, it all depends on how...
April 11, 2007 at 6:53 am
yes. but make sure your server supports the usb drive. If you have more than a couple of gb of data avoid usb1 .... its embarrassing.
April 11, 2007 at 5:52 am
Sounds facetious, but the answer is that it depends.
If you post a sample create table script with some typical usage queries and data population statistics we can give you some...
April 11, 2007 at 5:50 am
or you could just exec sp_rename...
April 6, 2007 at 1:45 pm
If you create a unique clustered index on this you will have a serious impact on the server, and probably gain nothing. The identity value you put on will not...
April 5, 2007 at 9:58 am
Surely your choice of index for the large range could have been better? Yes the highly specific reversed order may be better for a particular lookup, but for a ranged...
April 2, 2007 at 3:16 am
Its not viable. Pretty much anything (including count(*)) on this table provokes instability, and it takes 30m inserts a day, mission critical. The pure and simple problem is that the...
March 29, 2007 at 5:17 am
Ahaha ok, it seems there is a rowcnt column as well as a rows column, rowcnt is bigint rows is only int.
I shall mod my procs to use rowcnt where...
March 28, 2007 at 8:14 am
anyone from the objectVerb, no prefix school looking for a job in london?
March 9, 2007 at 1:14 am
Aye, I agree with Eddie, can't stand these daft prefixes people get taught at university/polly.
Plural/Singular it doesn't really matter that much, as long as it scans well. Closer you get...
March 8, 2007 at 8:09 am
Viewing 15 posts - 196 through 210 (of 361 total)