Viewing 15 posts - 556 through 570 (of 1,162 total)
Try sticking something like this between setting the DB as single user and renaming it:
SELECT * INTO tempdb.dbo.temp_connected_sessions FROM sys.sysprocesses
WHERE dbid=DB_ID('DB1')
Then check the table after it's failed. Should give a...
January 27, 2012 at 3:43 am
So, you've got an ODBC data source to an AS-400 instance? If so, I think it's unlikely that anyone would have anything particularly constructive to add here as to why...
January 26, 2012 at 9:11 am
Are you connected to the DB1 database at the time, or another database on the server?
Theoretically, I guess that another user could steal the 1 connection.
Also, have you read this...
January 26, 2012 at 3:34 am
In terms of the source or destination of a data flow task, I'd definitely choose the OLE DB connection. However, if executing a stored procedure (for example) in an execute...
January 25, 2012 at 6:33 am
MysteryJimbo (1/20/2012)
January 23, 2012 at 2:29 am
MysteryJimbo (1/20/2012)
I wouldnt. I'd be considering FusionIO or similar (which I already have).
Ok, yes, FusionIO sounds awesome, but I wouldn't group it in with in-memory databases - it's really...
January 20, 2012 at 7:06 am
MysteryJimbo (1/20/2012)
January 20, 2012 at 6:54 am
I was thinking of creating a RAMDisk for this. Never tried it though.
Would you really want to completely destroy your database if you had a power outage, or had...
January 20, 2012 at 6:52 am
In terms of the Full Text index, the changes are applied asyncronously and I suspect that no matter how fast your disks are, there's going to be some sort of...
January 20, 2012 at 6:32 am
Although it has its downsides, if I was running 2008 SP2 or above, I'd tag an OPTION(RECOMPILE) onto the end of the statement unless it was a very high volume...
January 17, 2012 at 4:59 am
Initial testing with the sample data improves the overall time/CPU by a factor of 2, but since all the data points are randomised, this isn't that representative (as in real...
December 12, 2011 at 8:29 am
Hi Dixie,
No, there's no limit as such, although each store has a marketing radius assigned to it, which will be used in combination with the distance to say whether they...
December 12, 2011 at 6:53 am
Thanks Grant, I'll give it a try and post back.
December 12, 2011 at 4:38 am
This should do the job:
http://www.sqldbadiaries.com/2010/10/23/query-to-find-out-service-account-details/
The query is for the default instance, but is easily adapted for named instances
December 12, 2011 at 4:35 am
drew.allen (12/9/2011)
December 9, 2011 at 9:45 am
Viewing 15 posts - 556 through 570 (of 1,162 total)