Viewing 15 posts - 1,921 through 1,935 (of 9,641 total)
You can start by using the IsNumeric() function on the varchar column to see if there are values that are not recognized as numeric. As the link says, you...
December 14, 2011 at 2:27 pm
1. What is the recomendation for analysys server configuration to put temp directory and back up derectory to which drive?
I don't know the answer to this one because I...
December 14, 2011 at 2:16 pm
You can just do a convert(INT, datetime_value) and it returns the # of days from 1900-01-01. Of course it also does rounding do when you get to around noon...
December 14, 2011 at 2:08 pm
Ondrej Liptak-260768 (12/9/2011)
Hope it helps! 🙂
Cheers, Ondrej
part of function is here:
...
IF SUSER_SNAME() in ('DSDEV\M..L','DSDEV\P...Z','BossUser','e...e','BossUserTest','DS\AP_...SUPP','DS\X...X')
or is_member('DS\AP_...E')=1
SET @WorkLoad='DBOXwg'
else if SUSER_SNAME()...
December 9, 2011 at 8:53 am
Brandie Tarvin (12/8/2011)
It's hardly any...
December 8, 2011 at 2:02 pm
I also know Tim Ford and recognize one other name. Mark Johnson, believe (I don't have the site up now, but looked earlier.).
December 6, 2011 at 1:08 pm
You can combine them, but you will get a warning for each connection that doesn't exist in the package. I prefer to use SQL Server Configurations and store them...
December 2, 2011 at 11:16 am
GSquared (12/1/2011)
GilaMonster (12/1/2011)
December 1, 2011 at 9:57 am
Gus, Congrats on 21 years. I have a few before I hit that.
I think you need to take more vacations or at least time off.
December 1, 2011 at 9:56 am
I agree that thinking time is important. Too often I don't take enough time to think things through completely before I start working. This almost always leads to...
November 29, 2011 at 7:03 am
So I had to post this job description I got via email today for a SQL Server DBA position:
Qualified candidates will possess programming skills, such as skill in the use...
November 28, 2011 at 2:31 pm
It's Thanksgiving Day here in the U.S., so Happy Thanksgiving to everyone who celebrates, and if you don't happy Thanksgiving to you anyway:-P.
I'm very thankful for the friendships that have...
November 24, 2011 at 9:53 am
Didn't get a response from Michelle yet, but someone did say that it may just be because she hadn't gotten around to coding in the rebuild. I know that...
November 23, 2011 at 2:07 pm
Nope I don't know why she is only re-orging partitioned indexes. I'll ask.
November 23, 2011 at 1:39 pm
This is how SSMS generates the trigger text:
exec sp_executesql N'SELECT
NULL AS [Text],
ssmod.definition AS [Definition]
FROM
master.sys.server_triggers AS tr
LEFT OUTER JOIN master.sys.server_assembly_modules AS mod ON mod.object_id = tr.object_id
LEFT OUTER JOIN sys.server_sql_modules AS ssmod...
November 23, 2011 at 1:32 pm
Viewing 15 posts - 1,921 through 1,935 (of 9,641 total)