Viewing 15 posts - 26,536 through 26,550 (of 39,793 total)
I'd recommend you just download it again. I've pulled it from Codeplex twice and had no issues, although I did have to get iFTS and Filestream working.
October 27, 2008 at 10:23 am
Or use SET IDENTITY_INSERT ON
In either case, you can't use select *, you need to specify columns at least in the INSERT part of the statement.
October 27, 2008 at 10:22 am
I think PostgreSQL is a more mature product. But mySQL proves that it can handle loads. The thing is you need the talent that Yahoo and others have, and most...
October 27, 2008 at 8:21 am
Check the properties for the database and see if your files are restricted in size or set to autogrow.
Check the recovery model in the same place (is it full or...
October 27, 2008 at 7:50 am
Yep, this is code, no need to open each table. You wouldn't do that anyway, the GUI just makes it seem you would.
I'd honestly just use SQLCMD, run them all...
October 27, 2008 at 7:46 am
Correct, use admin to install, create a "normal" user with no rights. I'd leave it at everyone in the AD group membership. Then the installation program will assign rights.
I'd recommend...
October 27, 2008 at 7:45 am
I'd run this with recompile as well and see if it's sniffing something.
The execution plan, as Jack mentioned, is where I'd start looking for answers.
October 27, 2008 at 7:41 am
I'd agree with Andy and Simon_L, help or ignore them, don't bash them.
And Andy has stars under his name!?!?!?! Might need to do something about that;)
October 27, 2008 at 7:39 am
But not necessarily a bad excuse. I'd agree with Jeff you want to avoid cursors and almost always can. However they are a tool that can work in places.
October 27, 2008 at 7:37 am
It's hard to get you something to do because there isn't enough information here. The low cahce hit ratio makes me wonder if your data is significantly diverse that you...
October 25, 2008 at 8:58 am
We like to think we have a good signal/noise ratio here and most people are professional, but I definitely need to clean things up on a regular basis.
I try to...
October 25, 2008 at 8:56 am
There are wizards in SSMS for importing and exporting data. They create basic SSIS packages, which might help you.
October 25, 2008 at 8:51 am
The PK is the unique identifier for a row. Your data will tell you this one. It can be clustered or non-clustered, depending on how you query, though I lean...
October 24, 2008 at 2:49 pm
Would I quit my job over backups? Probably not, but I'd want someone to put it in writing that I was absolved of issues because of this. And I might...
October 24, 2008 at 2:43 pm
Viewing 15 posts - 26,536 through 26,550 (of 39,793 total)