all groups > sql server programming > may 2007 > threads for sunday may 13
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Connecting through proxy
Posted by Leila at 5/13/2007 10:05:17 PM
Hi,
We are having problem with Linked Server connection through proxy in our
network. The port 1433 is open. Everything was fine before using proxy. Is
there any other configuration required?
Any help would be greatly appreciated,
Leila
... more >>
Payment by Item && Help
Posted by ITDUDE27 at 5/13/2007 6:42:00 PM
I have a commission report I’m working on and it is causing to lose hair fast.
I need help customizing this commission report. The current report has a
couple conditions:
Condition 1:
Pay 2% commission of the payment amount if purchased in 2006
Condition 2:
Pay 5% commission of the payme... more >>
Isolation Levels for Non-Read Operations
Posted by electric.or.sharp NO[at]SPAM gmail.com at 5/13/2007 8:33:28 AM
I'm learning about SQL Server Isolation levels and I think I have one
of those questions that is so basic that all the resources you find on
the subject already assume you know it; but I'm going to ask anyway.
Is it true that isolation levels only apply to transactions in which
SELECT statemen... more >>
2005: rollback in trigger (newbie)
Posted by R.A.M. at 5/13/2007 12:00:00 AM
Hello,
I am learning SQL Server 2005 and I have such question. If I write a trigger
and I want to rollback the trigger (which is implicit transaction if I
understand correctly), may I do it this way:
IF <some condition>
BEGIN
RAISERROR (N'some message', 16, 1);
ROL... more >>
Search all columns in database for a number/currency
Posted by Ben at 5/13/2007 12:00:00 AM
Hi
We have a large database that we need to find a number within, is there any
method of searching for a number/currency in all columns?
We have this script, which is excellent, but it only supports strings:
http://vyaskn.tripod.com/search_all_columns_in_all_tables.htm
Thanks
B
... more >>
|