Viewing 15 posts - 8,716 through 8,730 (of 9,248 total)
you will need to install either SQL2005 express or developer. Enterprise and standard are for server systems only
November 30, 2008 at 2:30 pm
install a new instance with the correct collation and transfer any objects across, then remove the original instance. Pay close attention to the installer and select the right collation, check...
November 30, 2008 at 2:19 pm
GilaMonster (11/30/2008)
You've left a lot of important information out.
you may or may not need to configure the /3GB switch in the boot.ini (i assume you meant this file and not...
November 30, 2008 at 2:15 pm
Simon
not so much bad indexing, but yes they are related. The fill factor is defined as a default at server level which is usually 0 and means 100%. When rebuilding...
November 27, 2008 at 8:05 am
what is your MDAC version
November 26, 2008 at 5:46 am
to make the trace easier to read\sort dump the output to a sql table
SELECT * INTO tablename
FROM ::fn_trace_gettable('d:\path to trace\tracename.trc', default)
November 25, 2008 at 3:29 pm
the compound key has to be unique, you can have the same value in single columns as long as the combined values are unique
col1 ...
November 24, 2008 at 3:25 pm
Jeff Moden (11/22/2008)
Heh... sorry, Perry... bit of an inside joke. I'll explain it sometime, but not here.
Jeff, send it over PM
November 24, 2008 at 10:54 am
begs the question, if you find yourself having to store the same data in a column should it really be a primary key??
November 24, 2008 at 10:51 am
GilaMonster (11/23/2008)
don't slice a LUN and give it to the data files and slice another from the same disks and give it to the log files
this is very important, if...
November 24, 2008 at 10:44 am
i'll send you my resume which contains my name, address, date of birth ,etc. I dont think so
November 24, 2008 at 5:54 am
anupamabr (11/13/2008)
I am new to Sql
I created asp.net web project.I need to connect this website to my locally installed database
.For that I need to modify the connection string of...
November 23, 2008 at 4:09 am
samalex (11/21/2008)
In our maintenance plan for each database, we're doing a nightly full backup, but I've noticed this isn't truncating the transaction logs. I thought this was how it...
November 23, 2008 at 3:50 am
if you have removed builtin admins group i would add that back first before switching domain memberships then remove when finished. If all the logins are SQL and you're not...
November 23, 2008 at 3:44 am
manually install the sql client first by using the msi package
November 23, 2008 at 3:41 am
Viewing 15 posts - 8,716 through 8,730 (of 9,248 total)