Viewing 15 posts - 31 through 45 (of 206 total)
Jeff Moden (3/20/2012)
Oliiii (3/20/2012)
Try with INSERT xxx WITH (TABLOCK) ... SELECT.
If your destination table is a heap then it should always be minimally logged (on SQL 2008 and +)...
March 21, 2012 at 12:58 am
Eugene (B),
Try with INSERT xxx WITH (TABLOCK) ... SELECT.
If your destination table is a heap then it should always be minimally logged (on SQL 2008 and +) and you should...
March 20, 2012 at 9:06 am
You should open a new topic and not hijack a one year old one 🙂
Any .net application can read/write to varbinary(max) field so you have a lot of choices on...
September 21, 2011 at 11:35 pm
Satya(SQLMaster) (9/2/2011)
September 6, 2011 at 9:00 am
I wonder if all the pathologists request reports to a single user of your company, then this user generate the reports and send it back to the pathologists, you would...
July 29, 2011 at 3:35 am
You don't need to define the dataset in advance in a .net application (you can if you want though).
You can pretty much send any query to any databases and output...
July 15, 2011 at 5:55 am
That's what i meant by application owner, it doesn't have to be a single person but it's usually a team.
My example was already complicated enough, i didn't want to make...
July 5, 2011 at 5:48 am
I guess that's another 'it depend' answer.
In this case i depend on the size of the company.
If you have a small company with few devs, then they can own code...
July 4, 2011 at 7:40 am
You can't encrypt the structure in a way that would keep it from the DBA.
It's a bad way to protect something and the best way to annoy your DBA.
For the...
July 1, 2011 at 6:14 am
And triggers can be disabled by a DBA.
In SQL Server there is not way to restrict a motivated sa from seeing anything he wants to see unless it's encrypted outside...
July 1, 2011 at 5:58 am
How would a DBA debug problem without having access to the structure?
If you want to keep your structure secret, make your application works over the internet and host the servers...
July 1, 2011 at 5:13 am
Here is my take on this.
In here we have 3k+ SQL DBs over 110 servers, we are 5 DBA to handle SQL and Sybase.
Usually 3-4 DBAs are busy trying to...
June 28, 2011 at 12:49 am
I don't see any reason to use automatic update.
It has been invented for people who don't know anything about computer to be able to keep up to date.
Even if you...
June 27, 2011 at 5:14 am
Seeing that kind of problem is not easy, first of all because you would need a baseline to compare it to and you would need a load that can be...
June 24, 2011 at 8:53 am
We've had the same question here a few month ago.
A provider asked us how they could hide all their design from us (dba), the short answer is they can't.
A...
June 24, 2011 at 8:26 am
Viewing 15 posts - 31 through 45 (of 206 total)