Viewing 15 posts - 301 through 315 (of 599 total)
My last job was 95% telecommuting. For me, that was actually a little too much. I found that I missed the interaction with the other team members. (Of...
October 10, 2007 at 1:00 pm
Yes and yes. Separate DB's / customer with separate DB's / module. Much more configurable and flexible. With 2K5, I might even suggest multiple instances - one...
October 10, 2007 at 10:06 am
You might want to have a look at this article:
http://www.microsoft.com/technet/prodtechnol/sql/bestpractice/sap-top-10.mspx
for a few pointers.
October 9, 2007 at 4:52 pm
Paul Randal (10/5/2007)
October 5, 2007 at 5:22 pm
With DTC running, you need to keep a lookout for orphaned transactions. They're crafty little buggers that like to hide and can really hose the system. (I know...
October 5, 2007 at 11:26 am
I can think of three ideas off the top of my head:
1) get rid of the nulls
2) create an update/insert trigger to enforce the "uniqueness"
3) allow updates / inserts only...
October 4, 2007 at 10:16 am
Have a look at QUOTENAME:
QUOTENAME ( 'character_string' [ , 'quote_character' ] )
October 3, 2007 at 5:36 pm
I haven't invested in any 2005-specific books yet (other than some administrative ones). For performance tuning, I've been spending quality time with Microsoft's whitepapers. http://www.microsoft.com/technet/prodtechnol/sql/2005/tsprfprb.mspx
October 3, 2007 at 10:47 am
As Andras stated, that information is stored in the master database. The loss of logins, etc, that you describe is expected behavior for the upgrade path that you used....
October 2, 2007 at 2:13 pm
What do you mean by "the database engine" being 80 compatability? It is only databases that have compatability levels. If you mean SQL Server itself, issue xp_msver in...
October 2, 2007 at 11:11 am
Here's a great link to a bunch of troubleshooting you can try:
http://www.sqlskills.com/blogs/paul/CategoryView,category,Corruption.aspx
(as well as things to NOT do)
October 2, 2007 at 10:27 am
October 2, 2007 at 10:21 am
The scripts are fairly straightforward, it's the minutiae that is troubling me. Things like: is tablespace the equivalent of a schema or a file/folder? Is varchar2 = nvarchar?...
October 1, 2007 at 10:37 am
Viewing 15 posts - 301 through 315 (of 599 total)