Viewing 15 posts - 256 through 270 (of 283 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...
A.J.
DBA with an attitude
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...
A.J.
DBA with an attitude
January 4, 2005 at 9:51 am
Gracias Amigos.
A.J.
DBA with an attitude
December 30, 2004 at 11:20 am
Probably just as a varchar(xx) datatype.
A.J.
DBA with an attitude
December 30, 2004 at 10:03 am
have you tried RedGate SQL Compare?
A.J.
DBA with an attitude
December 29, 2004 at 11:45 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...
A.J.
DBA with an attitude
November 29, 2004 at 10:10 am
Mucho Gracais!
A.J.
DBA with an attitude
November 24, 2004 at 4:12 pm
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...
A.J.
DBA with an attitude
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? ...
A.J.
DBA with an attitude
November 24, 2004 at 2:22 pm
None of my servers were clustered.
A.J.
DBA with an attitude
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...
A.J.
DBA with an attitude
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...
A.J.
DBA with an attitude
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...
A.J.
DBA with an attitude
November 17, 2004 at 8:53 am
Thanks Phil! I appreciate your help.
A.J.
DBA with an attitude
November 17, 2004 at 8:46 am
Viewing 15 posts - 256 through 270 (of 283 total)