Viewing 15 posts - 256 through 270 (of 282 total)
Try looking up the cast/convert function in BOL. Try doing a little reading every once in a while before posting questions for things that can easily be found in the...
January 4, 2005 at 3:23 pm
Does the user which is specified as the SQL Server service startup account have access to this directory? If you are using the system account for the startup account, you...
January 4, 2005 at 9:51 am
Probably just as a varchar(xx) datatype.
December 30, 2004 at 10:03 am
December 3, 2004 at 9:32 am
You could create a view of the table that you do not want him to have access to and then change the grant inserts / updates to the view and...
November 29, 2004 at 10:10 am
One thing I just noticed is that if you create the procedure via Query Analyzer rather than Enterprise Manager it'll work fine (as long as ANSI NULLS is ON in...
November 24, 2004 at 3:10 pm
I had a similar issue with attempting to use the OPENROWSET function within a stored procedure. What syntax are you using to access this Linked Server within your stored procedure? ...
November 24, 2004 at 2:22 pm
None of my servers were clustered.
November 24, 2004 at 11:41 am
I have been running SQL 2000 SP3 with Windows 2003 (upgraded from 2000) for about a year now in production. I know of no issues, in fact I got about...
November 23, 2004 at 3:05 pm
I have a very similar application / database where the users have db_owner, and I can tell you that one of the thing you may want to investigate before continuing...
November 17, 2004 at 9:01 am
The query execution plan is different than the compilation of a stored procedure. The execution of statements in SQL Server consists of two phases: compilation and execution
The query plan is...
November 17, 2004 at 8:53 am
Thanks Phil! I appreciate your help.
November 17, 2004 at 8:46 am
Viewing 15 posts - 256 through 270 (of 282 total)