Viewing 15 posts - 136 through 150 (of 429 total)
ok, here's another I wrote that is absolutely free and open source:
http://www.codeplex.com/scriptdb
you can use it to script out all database objects from the cmd line. it's nice to automate...
April 10, 2008 at 11:53 am
I wrote a tool called sqlspec for documenting databases in SQL Server and every other DBMS of note. some people like it. 🙂
details in my sig below.
EDIT: this...
April 10, 2008 at 10:16 am
April 10, 2008 at 10:06 am
Michael Earl (4/10/2008)
I don't know if there was ever much gained by being able to tell the server to not flush the cache of pages from a particular table.
sure there...
April 10, 2008 at 8:31 am
I predict a landslide victory for option 1 in this poll.
April 10, 2008 at 1:31 am
why on earth are you running 2000 SP1?? that's ancient. plus it's vulnerable to SLAMMER.
you should upgrade. 2000 is up to SP4.
April 10, 2008 at 1:29 am
select name, create_date from sys.databases
April 10, 2008 at 1:25 am
I think this is a nice little article illustrating a good, systematic method for attacking complicated queries:
http://weblogs.sqlteam.com/jeffs/archive/2007/04/30/60192.aspx
April 10, 2008 at 12:15 am
Jeff Moden (4/9/2008)
April 10, 2008 at 12:04 am
are you sure the server is running? are you able to connect from the same client machine through another method using the same credentials, such as SQLCMD or SSMS?
April 9, 2008 at 11:58 pm
I am judging from the section on that page entitled "Manageability".
all the same boxes are checked for standard and enterprise in this section. you don't downgrade until workgroup, when...
April 9, 2008 at 9:40 pm
I telecommute one day a week on average. no desk sharing. without RDC I wouldn't be able to do it.
It's just like I'm at work except...
April 9, 2008 at 7:23 pm
should be no difference in client tools for standard and enterprise.
http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx
April 9, 2008 at 7:19 pm
if you are moving millions or rows around, use a bulk method: BCP/Bulk Insert/SqlBulkCopy/SSIS. don't mess around with table variables.
April 9, 2008 at 7:14 pm
Matt Miller (4/7/2008)
April 9, 2008 at 6:43 pm
Viewing 15 posts - 136 through 150 (of 429 total)