Viewing 15 posts - 3,496 through 3,510 (of 7,504 total)
start sqlprofiler and ask your .net dev to perform his (her) inserts.
Check the statements your profiler shows and you'll have your diagnose.
September 6, 2009 at 10:56 am
Try a DAC (dedicated administrative connection) !
That should always allow a single sysadmins connection to perform some very basic stuff.
Keep in mind remote DAC is off by default, so you...
September 4, 2009 at 2:38 pm
Where are the days, when removing builtin\administrators was enough to be considered "secure". :w00t::hehe:
September 4, 2009 at 2:35 pm
dos prompt help for shutdown shows this:
X:\>shutdown /?
Usage: shutdown [-i | -l | -s | -r | -a] [-f] [-m \\computername] [-t xx] [-c "comment"] [-d up:xx:yy]
...
September 4, 2009 at 7:07 am
- What version of sql2005 is this ? (+ sp + cu please)
- has the package been modified lately ?
- did you try sp_revoke_login_from_proxy and grant it again ?
September 3, 2009 at 1:50 pm
Good input Bob.
We to often forget this new feature of sp2.
September 3, 2009 at 1:48 pm
:blink: :blink: Where's my donckey 😀
I've been reading a bit on the cloud topic ..... already forgot the obvious :blush:
At my plant, we only have CI databases.
I have...
September 2, 2009 at 8:01 am
:blink: :blink: Where's my donckey 😀
I've been reading a bit on the cloud topic ..... already forgot the obvious :blush:
At my plant, we only have CI databases.
I have...
September 2, 2009 at 7:57 am
FWIW: concering the "dangers" of CLR modules ....
- http://www.sqlservercentral.com/Forums/FindPost457289.aspx
- http://www.sqlservercentral.com/Forums/Topic483423-386-1.aspx
September 2, 2009 at 7:33 am
Are you refering to SQL in the Cloud ?
I don't know :unsure:
We're not into cloud surfing .... at least not yet 😀
September 2, 2009 at 7:30 am
Hopping in way to late for this thread, but as I was confronted with application roles nolonger working in SQL2005 for a restored SQL2000 database....
BOL states:
The encrypt option is not...
September 2, 2009 at 3:08 am
I think you should alter one db to primary
Check "Pausing and Resuming Database Mirroring " in BOL !
Check "Database Mirroring How-to Topics " in BOL !
from BOL topic "How to:...
September 1, 2009 at 4:17 am
As Gail stated, CLR is not a replacement for TSQL procedures, it is just an addition to help where TSQL isn't performing well or just cannot do it.
Regarding content visibility:
-...
September 1, 2009 at 4:12 am
just to add a little bit :
- Keep in mind Connection pooling also keeps connections open ! By default it will retain at least one distinct connection for 60 seconds...
September 1, 2009 at 12:14 am
Ron (8/31/2009)
ALZDBA (8/31/2009)
Alter your where clause to
WHERE dbo_SAP_CUST.KUNNR <...
August 31, 2009 at 1:47 pm
Viewing 15 posts - 3,496 through 3,510 (of 7,504 total)