Viewing 15 posts - 13,171 through 13,185 (of 39,818 total)
djackson 22568 (8/27/2012)
August 27, 2012 at 8:20 am
Antares686 (8/27/2012)
August 27, 2012 at 8:18 am
Abrar Ahmad_ (8/27/2012)
[font="Verdana"]Good pick and debatable topic!
...
Also the trend/need to switch towards cloud computing may also leverage jobs in big DWH etc to equate the Layoff of small offices?
[/font]
Thanks, but...
August 27, 2012 at 8:14 am
GSquared (8/27/2012)
OWA? I found several definitions, none of them make sense in this context. Outlook Web Application, Open Wireless Architecture, Oracle Web Application, and so on.
I believe David...
August 27, 2012 at 8:11 am
ddriver (8/27/2012)
August 27, 2012 at 8:07 am
As Gail noted, you haven't given any details.
Have you run a DBCC CHECKDB? (DO NOT run the repair with data loss option).
Are there errors in the error log or from...
August 27, 2012 at 6:59 am
How does the client grab a lock? If your application is built to hold locks on tables, even for seconds, you are killing concurrency.
August 25, 2012 at 1:52 pm
If there was a warning or non-critical error, things might work.
SQL Server is rock solid on this stuff. I never worry about this losing data from the server. Now my...
August 25, 2012 at 12:59 pm
There are timeouts for clients, and when a client has a query running, there is some communication back to the client. I'm not sure that the timeouts are, but if...
August 25, 2012 at 12:56 pm
shikhar_0511 (8/25/2012)
August 25, 2012 at 12:55 pm
If you mean when you register, how long do have? No idea. I've rescheduled exams and pushed them out 6 weeks or so, and I imagine that you could continue...
August 25, 2012 at 12:54 pm
Not really. You can use a CASE type expressions as
...
If @item = 'Job'
then
select
JobID = OrderID
...
August 25, 2012 at 12:51 pm
It might not be something in red. I asked because the messages window in your image shows a long, small, scrollbar to the right, so there should be lots and...
August 24, 2012 at 8:32 am
Did you read the Books Online section on CDC? This is so open ended, it feels like you haven't done research.
We are happy to help with specific questions, but...
August 24, 2012 at 7:55 am
Keep in mind that 3200 people connecting to your application (web or thick client), don't mean 3200 connections to SQL Server. Usually those connections come and go.
However user connections don't...
August 24, 2012 at 7:54 am
Viewing 15 posts - 13,171 through 13,185 (of 39,818 total)