Viewing 15 posts - 31 through 45 (of 65 total)
I dont see the advantage of running "DBCC...". Can you please elaborate more.
April 8, 2005 at 10:00 am
Can you run SQL Server Profiler and capture all those queries that gets fired against the entire server, may be that shall provide you some insight, saying which all SQL could...
February 20, 2005 at 12:41 pm
In Books On Line,look for sp_oacreate and all other method starting with "sp_oa"
Hope that helps.
February 5, 2005 at 12:16 pm
Could somebody please let me know where can I get this driver?
Krystian Jedrzejczak, could you please send me the screen shot on how the screen looks like (sqlemail@yahoo.com)
Thanks in...
February 5, 2005 at 12:02 pm
How do we "alias" the SQL Server. Can you please let us now, this is something have never heard of.
February 5, 2005 at 11:52 am
See if this will work, you might have to twaek some code (BW, thisis not my code :-))
-------------------------------------------------------------------
-- ValidateURL.sql
-- http://sqljunkies.com/WebLog/amachanic/articles/ValidateURL.aspx
-------------------------------------------------------------------
-- Select ObjectProperty(Object_id('ValidateURL'),'IsScalarFunction')
If (Select ObjectProperty(Object_id('ValidateURL'),'IsScalarFunction')) = 1
Begin
Drop FUNCTION...
January 30, 2005 at 1:45 pm
Here are my comments
=================
1. People usually look for sample codes, for most common type of requirement. SQLDts.com has some good sample codes, does your site or discussion group plan to...
January 25, 2005 at 10:49 am
I believe this feature is not available in SQL 2000.
January 25, 2005 at 10:41 am
Try re-installing MDAC, hope that will fix this issue.
January 25, 2005 at 10:25 am
How about these steps
December 5, 2004 at 2:44 pm
If the file is 200 MB we had issues with loading it in one shot, eventually we ended up splitting the file in to 8 files for approx 25 MB...
December 5, 2004 at 2:35 pm
Hi Julian
Where do I find these options
December 5, 2004 at 2:19 pm
SP_Depends should list all dependent SP's
Using TEXT column of SysComments table you can re-create the SP I Guess for these dependent SP's
I know this will involve some coding, unfortunaltely I...
August 6, 2004 at 8:27 pm
Exec sp_mstablespace <tablename>
paul
August 7, 2003 at 6:41 pm
Hi
I have question to Steve Jones, Alamir, mespadoto. Each of you said the following
Steve Jones - hyperthreaded
Alamir - default cluster size (4K) .....
June 27, 2003 at 9:41 am
Viewing 15 posts - 31 through 45 (of 65 total)