Viewing 15 posts - 7,426 through 7,440 (of 18,926 total)
Mike Dougherty-384281 (12/21/2010)
ronmoses (12/21/2010)
December 21, 2010 at 7:35 am
Make sure you don't have linked server (or direct access) to excel files on the 32 bit. They won't work on the 64 bit server. There is apparently...
December 21, 2010 at 7:28 am
Sean Lange (12/21/2010)
Ninja's_RGR'us (12/21/2010)
Sean Lange (12/20/2010)
December 21, 2010 at 7:22 am
You owe me 5.95$ :hehe:
Check out those 2 links :
http://technet.microsoft.com/en-us/library/ms190772.aspx
Which I found here :
http://sqlserver-qa.net/blogs/perftune/archive/2007/10/23/2212.aspx
December 21, 2010 at 7:21 am
I'm not a member either... but for 5.95$, it doesn't seem like a huge barrier to entry.
P.S. Have you considered using plan guides?
December 21, 2010 at 7:13 am
You need to shine in your interview...
Maybe you can offer a free day or 2 to work with your direct future supervisor and give HIM a chance to see you...
December 21, 2010 at 7:09 am
Let me try another variation of the same problem.
Are you trying to match all people that speak ALL those languages : French, Spanish, English?
December 21, 2010 at 7:06 am
g.graetz (12/21/2010)
i wrote a similar constellation ( nav 4 sp3, sql-server2005 ).
it is the time if you kill a process forever or not forever,
under 10 min. ok, over 10...
December 21, 2010 at 6:53 am
Sean Lange (12/20/2010)
December 21, 2010 at 6:52 am
In case I'm missing the obvious here ---
Is there any way you could use row_number at SELECT time for this column?
if not, I don't see any better way than a...
December 20, 2010 at 9:36 am
You can't do it in the middle of a statement, however you can do it between statements in a batch with this code :
WAITFOR DELAY '00:00:03'
WAITFOR TIME '12:34:56'
December 20, 2010 at 8:38 am
It's pretty easy to figure out.
Try building a new db with 11 gb of datafile.
If you can do it, then you know the limit is on the real used space...
December 20, 2010 at 8:35 am
My db happens to have 3 files, you'll most likely only have 2.
RESTORE DATABASE [PROD-FORDIA_demo]
FROM DISK = N'Z:\PROD-FORDIA-FULL 2010-12-20 05H00.bak'
WITH FILE = 1, MOVE N'PROD-FORDIA_Data'...
December 20, 2010 at 6:59 am
December 20, 2010 at 6:57 am
Viewing 15 posts - 7,426 through 7,440 (of 18,926 total)