Viewing 15 posts - 5,236 through 5,250 (of 6,026 total)
GilaMonster (3/5/2012)
Eric M Russell (3/5/2012)
If you're thinking about implementing some solution that involves auditing events, then consider extended events.
Though since this is the SQL 2000 forum, it needs mentioning that...
March 5, 2012 at 8:44 am
Klarence A. (3/1/2012)
Hi Guys,How to read/interpret the transaction logs displayed by DBCC command? can I convert the records into human readable format? If so, how?
Thanks in advance!
If you're in some...
March 5, 2012 at 8:32 am
mikemartineac (3/4/2012)
In a stored procedure, I have a view as my data source. Unfortunately, views restrict the use of parameters. In my case, I need to get a value into...
March 5, 2012 at 8:10 am
Perry Whittle (3/4/2012)
kilkenny (2/27/2012)
March 5, 2012 at 8:00 am
agustingarzon (2/29/2012)
The idea is to give the client the possibility...
March 5, 2012 at 7:48 am
Databases have a much smaller surface area for security breaches than do Web applications. For a database, you're basically concerned with how accounts, role membership, or object permissions have changed,...
March 5, 2012 at 6:03 am
I ran across a piece that surveyed some salaries and it shows that people working with cloud platforms are commanding higher salaries, even when the underlying technologies are the same....
February 29, 2012 at 7:08 am
SQLRNNR (2/28/2012)
February 28, 2012 at 4:28 pm
GilaMonster (2/28/2012)
February 28, 2012 at 3:22 pm
rvasanth (2/26/2012)
I am using SQL Server 2008 R2.
I am having an table with 10M records (around 40 fields). If i fetch 1M records with simple...
February 28, 2012 at 2:36 pm
Your supervisor at work should really be the one providing you with guidance about what BI tools you need to learn. Other than padding your resume, there is no point...
February 28, 2012 at 8:58 am
Several times a year, I'll take a weekend sabbatical. I'll immerse myself in some project that stretches the scope of my experience, like rennovate the bathroom or replace the water...
February 28, 2012 at 8:30 am
"Where traditional databases hit their limits, Hadoop starts to emerge as a much better fit for solving unique analytics challenges," Lockner says. "Because data can be incorporated from multiple sources...
February 27, 2012 at 1:09 pm
Have you traced the SP:Recompile event? If so, then is there a correlation between an increase in recompiles to some activity in the database, like following the reload of tables?
February 27, 2012 at 12:30 pm
What I typically do is execute a pass-through style query on the remote server using EXEC ('..') AT REMOVE_SERVER syntax and output the result into a temp table, which I...
February 27, 2012 at 11:11 am
Viewing 15 posts - 5,236 through 5,250 (of 6,026 total)