Viewing 15 posts - 2,206 through 2,220 (of 5,103 total)
just search for "parameter sniffing" on these forums
September 9, 2006 at 9:15 pm
Unfortunately isnumeric is NOT reliable for your case ![]()
You may want to use LIKE or patindex instead ![]()
July 20, 2006 at 2:00 pm
you are not leaving an space after the -S, are you? try: -SmyServer
July 20, 2006 at 1:55 pm
Not sure exactly what you are after but Profiler may be the tool you are looking for
July 20, 2006 at 1:04 pm
The deleted table can get more that one record!
it happens every time a batch ( with updates or deletes)that affects more than one record is executed.
Triggers should ALWAYS be coded...
July 20, 2006 at 1:02 pm
Sorry for not comming back earlier. Let's try this again, shall we ?
is the DISTRIBUTOR running under the SQL Server Agent account?
Like I said check :
Go to 'Configure Publishers,...
July 20, 2006 at 12:41 pm
database in simple !?! ... I hope your DR requirements are very relaxed ![]()
July 19, 2006 at 3:11 pm
Select upper(Left(@str,1)) + substring(str,2,Len(@str)-1)
July 19, 2006 at 3:09 pm
did you check it ?
July 19, 2006 at 3:07 pm
did you run :
exec sp_dropalias @loginame = 'THE-SQL-LOGIN' on that database ?
July 19, 2006 at 2:46 pm
Under 'Configure Publishers, Subscribing, Distribution' then the Publishers Tab, hit the ellipsis button for 'distribution' and find what account is being used.
Make sure that if it is 'sa' you entered...
July 19, 2006 at 2:41 pm
>>Just curious to know the reason<<
The reason: <sarcasm>
July 19, 2006 at 2:35 pm
I bet your user is aliased!!!
run sp_dropalias on the login
and your queries should perform as you expect![]()
July 19, 2006 at 2:31 pm
the error that you are getting has nothing to do with constraints!!
You are simply importing the wrong value in the wrong column!!
July 19, 2006 at 2:14 pm
Viewing 15 posts - 2,206 through 2,220 (of 5,103 total)