Viewing 15 posts - 19,561 through 19,575 (of 39,903 total)
If you want to use Powershell here, I found a cool script from SQL Chicken: http://sqlchicken.com/2010/06/powershell-i-heart-you/
June 10, 2010 at 4:27 pm
Someone should tell the NBA refs that. A bit too many calls in the first three games.
Soccer is great exercise, it is a chess match, but it seems that it...
June 10, 2010 at 2:58 pm
Are you running Express on your laptop?
Sounds like you are doing the right things. I wouldn't think it's R1, but possibly just a load issue on that hardware/version.
R10 works on...
June 10, 2010 at 1:53 pm
You can do it, but be careful. You likely want to set the max memory for each instance, and you are competing for resources. So it's not as simple as...
June 10, 2010 at 1:39 pm
If you have Express, memory probably won't help. Are these all older disks? Query tuning perhaps? Post a set of DDL and sample code in new thread and see if...
June 10, 2010 at 1:35 pm
No errors coming back? Could it be security context somehow?
June 10, 2010 at 1:28 pm
JF, I posted a note to people to see if someone wants to help you out.
As a short note, when you run queries on your laptop, are the data sizes/sets...
June 10, 2010 at 1:19 pm
I thought there was a checkbox in DTS to handle identity columns, but basically you cannot directly insert into an identity column without marking it as available for insert.
June 10, 2010 at 11:40 am
Good point, Jack, and I hope we'll see you on the board soon 😉
June 10, 2010 at 11:28 am
We should also be embarrassed if we lose at basketball.
June 10, 2010 at 11:16 am
A nice blog, in the spirit of Jeff: Killer I/O
June 10, 2010 at 11:15 am
Elliot,
That should work. Couple things to be aware of. If you have Enterprise edition, you should be able to restore one filegroup and get working while the next restores. IF...
June 10, 2010 at 11:01 am
Yep.
SELECT cntr_value, *
FROM sys.dm_os_performance_counters
WHERE counter_name = 'transactions/sec'
AND OBJECT_NAME = 'SQLServer:Databases'
AND instance_name = 'AdventureWorks'
http://msdn.microsoft.com/en-us/library/ms187743%28v=SQL.100%29.aspx
June 10, 2010 at 10:46 am
I've done it, and I learned by digging in years ago into ASP and ASP.NET. Just getting a project going, and slowly learning how one thing learned, how it fit,...
June 10, 2010 at 10:43 am
New levels here: http://www.sqlservercentral.com/Forums/Forum83-1.aspx
Feel free to add comments, or make suggestions here.
June 10, 2010 at 10:36 am
Viewing 15 posts - 19,561 through 19,575 (of 39,903 total)