Viewing 15 posts - 61 through 75 (of 94 total)
Always wanted to use ERWin ... and as far as i'm aware, it IS one of very few version control systems for DB's on the market. Another option is Visio...
June 14, 2005 at 4:43 am
Remi .... u just on a mission to get ur "posts" up to Steve and Frank's scores or summat???
June 14, 2005 at 4:16 am
Is the DHCP on the Router or ur domain controller?? ... i'll assume for now that u'll be using the DC for the DNS!
If u dont have the DC controlling...
June 14, 2005 at 4:10 am
changing the Port the SQL Server is listening on is pretty much standard practice now, in the aftermath of Code red and slammer! Highly recommended! Not entirely convinced having a...
June 14, 2005 at 3:53 am
ur question is a bit too vague ... There isn't any way you can "guestimate" how many transactions a particular server can do! It depends ALOT on the transactions u...
June 14, 2005 at 3:34 am
foreign Key fields are also a good bet for an non-cluc indexes as well!
June 13, 2005 at 8:39 am
If u do this, u would just get an permissions error if u tried to do a "SELECT *" !!
You'll need to specify the fields you want when doing the...
June 10, 2005 at 3:41 am
yes, but it needs its OWN set of Cluster Disk resources, ie one for the shared files (master, temdb etc), and the other for the Log and DB files. Apart from...
May 20, 2005 at 2:44 am
Check ur indexes ... u see this kind of behaviour when u try to index a calculated column. Theres a very specific set of rules to be able to do...
May 18, 2005 at 2:53 am
another thing to note here is that u can only do this when the "Recovery Mode" on the database is set to "full" ... otherwise, it just wont let u...
May 17, 2005 at 2:35 am
as an additional note to what steve said, u'll have to setup and "Alias" for the server on the client machines after changing the port. This can be done with...
May 17, 2005 at 2:31 am
http://www.microsoft.com/sql/howtobuy/sqlserverlicensing.asp
The document on this page is the "guru's guide to SQL Licensing" ... but as the guys have already said, if u have an internet facing application that's using...
May 13, 2005 at 2:47 am
it's already done ... and is quite easy really! each webserver (x3) has a front end NIC team and they're then just load-balanced with the Windows Network Load Balancing (with...
January 26, 2005 at 5:42 am
... and i thought OUR system had redundancy!?
Yes, this will work fine ... SQL will just see the team as a single...
January 26, 2005 at 5:05 am
this statement or the LIKE version thereof would both work fine. However, given the number of records, creating a new, calculated column based on the last 4 digits and then indexing...
January 13, 2005 at 9:17 am
Viewing 15 posts - 61 through 75 (of 94 total)