Viewing 15 posts - 8,731 through 8,745 (of 18,923 total)
If there's only 1 VM setup on the server, no competing software whatsoever, is there any noticable performance degradation (anything above let's say 5-10%)?
November 13, 2008 at 5:28 pm
This is an idea I have. It seems fair and truly random. Let me know what you think.
insert into #temp
Select top 100 id, value from baseTable order by...
November 9, 2008 at 6:48 am
Just add the code in the after_insert event and synchronise the logins within the application.
Other option is to add a job that works the logins. Then run that job...
October 28, 2008 at 3:18 pm
What type of trigger are you using?
Also why are you trying to do this?
October 28, 2008 at 1:34 pm
DB means db engine
CI means case insensitive
BI means business intelligence
X64 is for 64 bits
I have no idea what LT means (maybe has something to do with ETL (SSIS) but that's...
October 26, 2008 at 12:50 pm
Here's the download page for all the versions fo AdventureWorks
http://www.codeplex.com/MSFTDBProdSamples/Release/ProjectReleases.aspx?ReleaseId=4004
October 26, 2008 at 9:17 am
Seems to me like you need to go with analysis services here and show them how to use it to run reports (on there own sandbox server). That way...
October 26, 2008 at 9:15 am
jeffrey yao (10/25/2008)
October 25, 2008 at 7:38 am
Have you tried the same trick using a view?
October 24, 2008 at 9:21 am
Geek101, You better post that question on a new thread, you're far more likely to get help that way.
October 23, 2008 at 9:45 am
Stupid question here... but what happens if you reverse the order of the servers just after creating the migration scripts?
Doesn't that help you create the rollback scripts.
I'm sure it won't...
October 22, 2008 at 3:09 pm
I don't know if it's possible, but to repair the framgentation problems, you need to defrag the drive with the DB detached (otherwise defrag won't touch those files). If...
October 22, 2008 at 1:27 pm
Check the autoshrink, autogrow settings on sql 2k5.
If the files need to grow during the process, that'll hurt a lot (as much as 40-50% slower). Autoshrink could add fragmentation...
October 21, 2008 at 6:01 pm
How do you "notify" the other application?
October 18, 2008 at 10:41 am
I'm only guessing here... but I'd assume that the server is waiting for the application to close, and maybe also a success / failure message to report back to you.
What...
October 18, 2008 at 6:28 am
Viewing 15 posts - 8,731 through 8,745 (of 18,923 total)