Viewing 15 posts - 1,201 through 1,215 (of 1,353 total)
Hallo Frank,
I gratuliere dir und deiner Frau an ihr neues Kind! Es wird ganz schoen, eine kleine Tochter im Haus zu haben. Viel Glueck!
Ron
"I congratulate you and your wife on...
January 25, 2005 at 7:29 am
These questions are very easy. You should be able to expect a jr level person to answer most of them. An inability to answer them when they are applying for...
January 19, 2005 at 8:40 am
In the case of a web app, if you are using MTS, you would check the security there. I don't think MTS is in widespread use, but this is one...
January 12, 2005 at 6:38 am
A great way to also the filename is to store it as a global variable, and then use an Active X task in the data pump to import that variable...
January 5, 2005 at 7:09 am
Just one comment on technique here:
You can return a recordset using the Execute SQL step by retrieving it into a global variable. (SQL2K+) You can also return and manipulate a...
January 5, 2005 at 7:04 am
At first, I didn't realize you were using one of the system stored procedures. The @@rowcount is most likely not working here because there are a lot of procedures going on...
December 22, 2004 at 8:07 am
You need to provide the code for the SP and the TSQL then, because the @@rowcount is a very basic function, and I've never seen it fail when used correctly.
December 22, 2004 at 7:57 am
Are you by any chance running the SET NOCOUNT ON command anywhere against the connection? It doesn't just have to be in the SP.
December 22, 2004 at 7:37 am
Are you using a middle tier object and ADO? If so, you can use the RecordsAffected option. It is important that no SP on the connection uses the SET NOCOUNT...
December 22, 2004 at 7:23 am
An AKO account is an army mail/access account, and so yes, I can access https//.....mil addresses.
December 21, 2004 at 9:20 am
Thanks. I have an AKO account (Major, US Army Reserve), so if your report is on a public military site (ie one available to the general military public) I would...
December 21, 2004 at 8:50 am
I've often used temp tables to first construct the initial parameter set, then execute an SP which joins to the temp table. Your looking at at least two SPs, and...
December 21, 2004 at 6:31 am
If it were only for me, the Excel solution is exactly what I would do. I'm trying to make an internal customer happy, however, so I'm searching out alternatives. Thanks for...
December 21, 2004 at 6:17 am
Yea, actually I knew they were on the same server, or else you would would have had to have had the server name as the first part of the name.
There's...
December 20, 2004 at 1:39 pm
I think the issue is the update is to a different database. The cross checking may be enabled, which would cause the permissions to be checked for the second database. ...
December 20, 2004 at 1:29 pm
Viewing 15 posts - 1,201 through 1,215 (of 1,353 total)