Viewing 15 posts - 151 through 165 (of 381 total)
SeanLange (9/22/2010)
What is the datatype of your OrderDate column? Some table...
September 22, 2010 at 8:09 am
Not sure how, but I double posted. Please use this link for the post.
http://www.sqlservercentral.com/Forums/Topic991105-149-1.aspx
September 22, 2010 at 7:17 am
Robert, I also have the same question. For us, it isn't just about development. We currently have 3 reporting technologies within our system. Crystal and two home grown...
August 13, 2010 at 1:38 pm
For what you are looking at, I use perfmon to capture the server stats and i have a job that runs once a month to capture actual MDF/LDF/NDF growth on...
July 27, 2010 at 5:50 pm
Also note that the log file growth will be truncate during your next full or transaction log backup thereby allowing you to reuse the space for the next rebuild or...
July 27, 2010 at 5:44 pm
Wow, who would have thought that the Compact Ed would use different sytax for this. Crazy.
Fraggle.
July 27, 2010 at 2:27 pm
I believe the actual format is something like this:
ALTER TABLE Table1
ADD CONSTRAINT Cont_XYZ DEFAULT('hello') for Column1
Fraggle
July 26, 2010 at 9:39 pm
This will give you a good start. Include the sp_sendmail if the backups haven't occured in the time frame you wanted and sql server will generate you a very...
July 26, 2010 at 9:34 pm
Paul,
That works perfect. Thank you very much. That will solve the problem.
Fraggle.
July 14, 2010 at 9:50 am
Grant, yes I am sure I am in 2005. The only columns I see are as follows.
SELECT top 10 *
FROM sys.procedures
Returns the following:
Name
Object_id
Principal_id
Schema_id
Parent_Object_id
Type
Type_desc
create_date
modify_date
is_ms_shipped
is_published
is_schema_published
is_auto_executed
is_execution_replicated
is_repl_serializable_only
skips_repl_constraints
Nothing in that list for ANSI_NULLS...
July 14, 2010 at 9:50 am
Grant,
Sorry, still not seeing it. Must be going blind or something. Sorry to keep pestering you about it.
Fraggle.
July 14, 2010 at 7:07 am
Grant,
I believe I must be blind as I don't see it in that specific system view. Is it being called something else. Note that I am using 2005...
July 13, 2010 at 10:20 am
GilaMonster (6/21/2010)
June 21, 2010 at 8:46 am
Yea, trying to avoid it as my manager doesn't really want to spend the money and will probably ask why bother if I can still read the error log in...
June 21, 2010 at 8:25 am
The final goal is to change the password so I can, but I got a funny feeling there is still stuff out there that is relying on the SA password....
May 12, 2010 at 7:53 am
Viewing 15 posts - 151 through 165 (of 381 total)