Viewing 15 posts - 5,896 through 5,910 (of 6,031 total)
A BigInt datatype has max value of 9,223,372,036,854,775,807, so it's large enough to allow several tables to reserve an identity seed of several billion. If you're planning to impelment a...
September 16, 2010 at 1:45 pm
WayneS (9/15/2010)
Eric Russell 13013 (9/15/2010)
September 15, 2010 at 11:33 am
krowley (9/15/2010)
Eric Russell 13013 (9/15/2010)
September 15, 2010 at 10:52 am
The problem with social engineering and digital authentication is that it involves information that can be easily forged. If I call someone up and say I'm from the bank, they...
September 15, 2010 at 10:24 am
Based on the cases I've read about, it seems that only a small pecentage of data breaches are the result of someone hacking the actual database server. From what I...
September 15, 2010 at 7:38 am
Using SQL Server's backup process, you can do what's called a "partial restore", which restores the primary filegroup and whatever secondary filegroups you choose. How useful that would be in...
September 14, 2010 at 2:30 pm
I think that if an organization generally pays contractors to do stuff like fixing their plumbing, mowing the lawn, or book keeping, then they can find a way to fund...
September 14, 2010 at 1:52 pm
SQL Server's default transaction isolation level is READ COMMITTED, and I'd suggest leaving it as is. Also, run the update query through Database Tuning Advisor and see what it reccomends.
September 14, 2010 at 1:22 pm
steveb. (9/14/2010)
torpkev (9/14/2010)
September 14, 2010 at 11:12 am
I use the following script to grant permission to a "power user" role; which isn't an administrator the database but a user who occasionally needs to do things like troubleshoot...
September 14, 2010 at 8:22 am
JunkMail Victim (9/1/2006)
September 14, 2010 at 7:46 am
What do you mean by ReadOnly columns?
September 13, 2010 at 3:40 pm
If it were me, I'd script it all out. From what I've read, I'd suggest you use the Import and Export Wizzard to copy the required tables. You have the...
September 13, 2010 at 3:23 pm
Anders Pedersen (9/13/2010)
Grant and Eric,I would bet you are right about ANSI settings. Didn't even think of that!
...
...
A few years back I was trying to debug a...
September 13, 2010 at 1:48 pm
Each client tool has it's own connection and maybe even different connection settings. For example different values for ANSI_WARNINGS, ANSI_NULLS, QUOTED_IDENTIFIER, etc. can result in different execution plans. Some settings...
September 13, 2010 at 12:43 pm
Viewing 15 posts - 5,896 through 5,910 (of 6,031 total)