Viewing 15 posts - 5,521 through 5,535 (of 13,468 total)
pamozer (5/7/2012)
May 7, 2012 at 9:57 am
well, it depends on the results you want, right?
you had said at first you just wanted check how many rows are existed as like as above scenario...
so displaying the stuff...
May 7, 2012 at 9:05 am
bandarimohan 57273 (5/7/2012)
Can any one say what are new features available in 2008 please....
try this page, and change the drop down menu to 2008 instead of 2012;
there's far too many...
May 7, 2012 at 9:01 am
Great job posting the DDL, that makes it SO easy to help!
by using the INTERSEC operator, i seem to get the results you might be looking for;
you could do somethign...
May 7, 2012 at 8:49 am
i guess it depends on what you mean by failed. do you mean:
1. zero rows got deleted, but you expected it to delete something,
2. or do you mean...
May 7, 2012 at 8:40 am
a couple of basic examples:
--connect via trusted connection using your domain credentials
SELECT *
FROM OPENROWSET('SQLOLEDB','Server=yourservernamehere;Trusted_Connection=Yes;Database=Master',
...
May 7, 2012 at 7:59 am
if adding a CLR is an option, take a look at this project i slapped together over at codeplex, and this thread that discusses other options, as well as tightening...
May 6, 2012 at 10:25 pm
it happens a lot:
there is a MicroSoft knowledge base article on the specific registry entries and files that will help tremendously:
May 6, 2012 at 7:44 am
sp_senddb_mail Is a service broker; it's already asyncronous
more likely is the person calling the procedure doesn't have permissions to send dbmail, which requires being a user in the DatabasemailUserRole in...
May 5, 2012 at 7:27 am
An excellent point on security Jeff, I'm still mulling it over.
I was thinking that a CLR added a layer of flexibility in there. You don't have to give the end...
May 4, 2012 at 3:20 pm
bopritchard (5/4/2012)
but that's just it...there are no errors...and i'm using sa impersonation for the linked server
i think Craig is right...errors are being supressed in the .net app, and stesting...
May 4, 2012 at 2:28 pm
well i took opc.three's advice and slapped together a project on CodePlex.
There is no doubt in my mind this will help the SQL Community.
If any of you guys have...
May 4, 2012 at 1:21 pm
is adding CLR assemblies an option?
I made a suite of CLR export functions as a proof of concept, and i can export to any text data type or HTMl as...
May 3, 2012 at 10:58 am
how are you looking at the results?
you know that SSMS, in gridview mode, converts CrLf to spaces so that it can present all the data, right? even thought the...
May 3, 2012 at 8:58 am
hmsanghavi (5/3/2012)
cmd.CommandText = "UPDATE DimRequestMasterTestHS SET [RunningBoard] = ?,[DutyBoard] =? ,[DriverId] =? ,[PublicServiceCode] = ?,[ServiceCode] = ?,[DepotCode] = ?,[Direction] = ?,[EOJMethod] = ?, JourneyNo=? WHERE [RequestID]=?...
May 3, 2012 at 8:26 am
Viewing 15 posts - 5,521 through 5,535 (of 13,468 total)