Viewing 15 posts - 916 through 930 (of 1,253 total)
Yes... If u can pass XML its the best method.
February 4, 2008 at 4:58 am
Hi
can we use sp_executesql for all the procs/functions and put them inside a transaction.
also have a try/catch.
February 1, 2008 at 5:42 am
Gail , Chad
Superb explanation about indexes , especially Gails example.
Rob:
You said you dropped a index you had created to solve a time out issue and instead created the index suggested...
February 1, 2008 at 5:39 am
Hi
A cursor or a while loop is the simplest choice here. I would prefer the while loop.
February 1, 2008 at 12:53 am
I have used sql_variant and have not faced any problems as yet. Mind you i did this thing recently. As you said conversion happens only in the Presentation layer...
January 25, 2008 at 5:32 am
I keep telling my HR mgr/Technical leads and others concerned (who decide the salary hikes) its not the number of hours but quality of work that counts.... but who...
January 25, 2008 at 5:28 am
what about using transactions ? then you can use GOTO .
January 25, 2008 at 5:14 am
Hi
Create a login for the newly created domain account.
use sp_change_users_login to connect this login the EXISTING db user account.
January 25, 2008 at 4:03 am
Hi
Be very carefull before using schemabinding.
Better soultion to this would be give rights for modifying the tables only to the required people. Atleast they will know whether a table...
January 25, 2008 at 3:29 am
Hi
Well frankly i hv'nt understood ur query so iam not going to say anything on it. Some pointers though...
Are there many rows that need to be accessed . What is...
January 25, 2008 at 3:24 am
Hi
If u mean the Raiserror u hv in shown in ur code
use a GOTO whihc goes to the last line of your code.
How ever if u have other...
January 24, 2008 at 4:03 am
Viewing 15 posts - 916 through 930 (of 1,253 total)