Viewing 15 posts - 5,206 through 5,220 (of 6,026 total)
One reason why a 40% increase in data growth translates into only a 5% increase in IT budget is that our hardware and database server platforms are designed to handle...
March 21, 2012 at 8:06 am
One thing that will attract talent to a company is when they publish technology solution case studies in trade publications or on their website. There have been occasions where I...
March 20, 2012 at 2:25 pm
jfogel (3/20/2012)
Resume reads:"I am a master of Sequel Server"
Yeah uh okay.
Well, if he doesn't even know what the technology is called, then even Google and MSDN won't help him. I...
March 20, 2012 at 11:10 am
drew.georgopulos (3/18/2012)
March 19, 2012 at 2:10 pm
pamarnath.basis (3/17/2012)
Hi Experts,Can anyone explain how the data is stored into the disk with detail information.
Here you'll find all the SQL Server storage internals information you can handle and then...
March 19, 2012 at 10:03 am
I typically code stored procedures using an output parameter that is also a return code. When the procedure executes to completion, the @status variable will have a return value of...
March 16, 2012 at 2:18 pm
There are tools downloadable from Microsoft to stress the I/O and consume memory in a general way.
Also, using SQL Profiler, you can capture T-SQL events on one server, and...
March 16, 2012 at 12:31 pm
Here is another script to compliment the scripting of logins and permissions; it will tell you what domain accounts have sysadmin access.
Query accounts, domain groups, and members who have admin...
March 15, 2012 at 6:39 am
Here is one reference to login error 80040e4d:
The DSN used to connect to the Commerce database is misconfigured to use Windows NT security instead of SQL Server standard security.
March 14, 2012 at 11:11 am
azhar.iqbal499 (11/10/2011)
My boss has given me task of "Create DataWareHouse". Please suggest me basic level tutorials to start with.What are the requirements to create DataWareHousing in SQL SERVER 2008R2.
Thanks
Azhar Iqbal
For...
March 13, 2012 at 2:55 pm
Steve Jones - SSC Editor (3/13/2012)
Another one. If I have remote ATMs and I upload balances to it every night. Someone comes to withdraw $40 from it. Do I need...
March 13, 2012 at 10:21 am
It fails in what way; what is the error?
If multiple processes are simultaneuously selecting and deleting a large number of rows from the same table, there could be blocking...
March 13, 2012 at 8:24 am
Anam Verma (3/5/2012)
What i mean is, say a login XYZ can access multiple databases. If XYZ connects to database...
March 13, 2012 at 7:49 am
In the case of Google and other search engine companies, I don't think they're talking about transactional consistency but rather allowing for some marginal degree of inconsistency across distributed data...
March 13, 2012 at 7:31 am
ron.grace (3/8/2012)
using the following WHERE clause
WHERE HOrder.Acno = @Acno and
SUBSTRING(HDespatch.ArcOrdno,1,4) = @Unit and
SUBSTRING(HDespatch.ArcOrdno,5,8) >= @FromDate...
March 9, 2012 at 4:27 pm
Viewing 15 posts - 5,206 through 5,220 (of 6,026 total)