Viewing 15 posts - 1,096 through 1,110 (of 1,186 total)
To add to what Allen said...
Have you turned on Profiler to catch the offending code?? the error tells you which process caused the crash and you should be able to...
January 10, 2004 at 6:54 am
Why can't you try
ALTER PROCEDURE vs. CREATE PROCEDURE ???
If you are 100% sure that the proc is there and you can't see it try this and see what it gives...
January 10, 2004 at 6:40 am
pravins,
I agree with Frank about the guessing. Also, when you mean "hangs" how long does the process run before (I assume) you kill it?
Have you attempted to see...
January 2, 2004 at 2:55 pm
What about creating "staging" tables that you grant Windows groups to and then have jobs run that actually perform the requests..
This way you can manage the security and the job...
January 2, 2004 at 10:17 am
Why can't you create a group and place the agents using your application(s) into the group(s) and then create the groups in SQL and grant/deny permissions based on the groups...
December 31, 2003 at 1:21 pm
Another issue along with hfranz is that the application might not be constructed in a way to be able to handle the SET FORCEPLAN. I have run into problems...
December 23, 2003 at 10:31 am
I know I am going to get crucified on this one but...
If the covered index that you worked on is what you wanted is it possible to place that in...
December 23, 2003 at 5:31 am
Eric,
I have tried collation of Hebrew_Bin and Latin_General_Bin (both are windows collation) on a column and inserted the data directly from Access 2K to SQL 2K using an Append...
December 22, 2003 at 2:40 pm
Hate to ask this but you are using SQL 2K??
Have you tried setting the collation for the column(s) that are going to store the hebrew data using hebrew collation???
SELECT *
FROM...
December 22, 2003 at 2:09 pm
Can you post some of the data that you are having problems with? And possibly the offending code? I'll look at this when I get home tonight for...
December 22, 2003 at 1:28 pm
Have you checked the SQL database and ensured the NVARCHAR is set? I think that you have to use the N data-types to store this kind of data.
Good Luck....
December 22, 2003 at 12:06 pm
xujohn,
I have had similar problems before setting up mail with SQL. There are some really good support papers at support.microsoft.com if you use SQL 2000 and mail.
Also, you...
December 20, 2003 at 1:23 pm
If you know which dates you won't receive a file why don't you make your error trap smarter by stating:
IF error = no file AND NOT IN (SELECT Dates FROM...
October 30, 2003 at 10:15 pm
How come I got this question wrong when I answered based off the following:
Space is allocated to tables and indexes in increments of one extent (eight 8-kilobyte pages) at a...
October 20, 2003 at 10:05 am
Are you sure that the data in the loop is refreshing properly?
If after the 1st insert you get a violation it sounds like the data is the same..
Good luck
AJ Ahrens
October 5, 2003 at 1:13 pm
Viewing 15 posts - 1,096 through 1,110 (of 1,186 total)