Viewing 15 posts - 4,861 through 4,875 (of 7,505 total)
No doubt about it. The methode Michael Earl proposed is the simplest !
- Simple
- Straight forward
- complete
- no log overhead
- the space you need = the space of your prod...
May 15, 2008 at 5:59 am
This would mean the column's value must exist in both "parent" tables ?
IMO that doesn't feel like it should.
A key is just a key and should represent nothing else...
May 14, 2008 at 8:02 am
If I'm correct, this is one of the features SQLCMD has.
You can use DOS-variables with it!
Check SQLCMD in BOL !
May 14, 2008 at 7:38 am
Also keep in mind that with Windows 2003 you can use "mounted drives" to get over the 26 letter drive naming.
Each of these mounted drives can point to different luns,...
May 14, 2008 at 2:15 am
SELECT COUNT(s.boxid) AS Expr1
In a view each column needs to have a name.
The querybuilder gui just puts Exprn if you don't provide one.
Regarding the layout,...
May 13, 2008 at 2:05 pm
John Carlson (5/13/2008)
When executing the following:
exec xp_cmdshell 'sc \\MYSERVER stop MYSERVICE'
I get...
May 13, 2008 at 1:59 pm
Indeed, you'll spend most of the time getting used to the new GUI with SQL2005.
You can always right click on a table and select "edit" (SP2) then it will show...
May 13, 2008 at 7:09 am
did you have a look at "http://www.sqlservercentral.com/scripts/Miscellaneous/30268/ ?
May 12, 2008 at 12:25 pm
riga1966 (5/11/2008)
What are synonyms and how you create them?
You may be better off taking this question to a new thread.
Check BOL for "Understanding Synonyms " (Local BOL url) ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/udb9/html/6210e1d5-075f-47e4-ac8d-f84bcf26fbc0.htm and...
May 11, 2008 at 1:36 pm
- 15 million rows per month = +/- 350 rows a minute. Should not be a problem.
Try to implement as many best practises a you can, because it can go...
May 11, 2008 at 12:57 pm
Jeff Moden (5/9/2008)
May 10, 2008 at 12:19 pm
So the queries are known and fixed, just the db is unknown
and the executors have the needed rights to read the data.
- are this individualy single database actions ...
May 9, 2008 at 7:33 am
Seing that sqlcat list, this may also add to a well concerned decision:
http://www.microsoft.com/technet/prodtechnol/sql/bestpractice/pdpliobp.mspx
May 9, 2008 at 3:44 am
Viewing 15 posts - 4,861 through 4,875 (of 7,505 total)