Viewing 15 posts - 1,186 through 1,200 (of 2,469 total)
Aswani - do you first get a warning box saying that "..Debugging may not work properly if you log on as 'Local System Account'..." ?!?!
If you do, then you have...
August 31, 2005 at 6:05 am
I didn't realize you hadn't created a database first - what were you trying to restore the backup to ?!?!
Glad that you...
August 30, 2005 at 9:18 pm
Indigo - you won't find a better source of information than BOL (books online) -
about the part that makes the xx increase by 1...
1) (SUBSTRING(colName, 2, 2) - gives...
August 30, 2005 at 9:01 pm
I recently came across this error myself and if I remember correctly, all I did was change the path and filename...so in your restore...try and change the "f:\blah\blah\xxx.MDF" to the...
August 30, 2005 at 8:50 pm
..this seemed to work for me...not sure what you have in your variable declarations...?!?!
declare @varName varchar(10) declare @Last_Match_Name varchar(10) declare @Last_Char char(1) declare @ctr tinyint set @ctr = 1 set @Last_Match_Name = '' set @varName...
August 30, 2005 at 7:06 pm
maybe there's a better way of doing this but I can only think of looping through all the column names and updating each using a cursor...something like this...
CREATE PROCEDURE...
August 30, 2005 at 6:49 pm
are you using vb ?! does kill fileName not work ?!
August 30, 2005 at 2:39 pm
what about ERwin ?! haven't used it myself but have heard only rave reviews from everyone who has!!!
August 30, 2005 at 2:02 pm
something very similar was discussed in another post not too long ago..see if this helps:
August 30, 2005 at 1:55 pm
Also - in your odbc data source administrator in the control panel you can check the box that says "Use regional settings when outputting currency, numbers, dates and times"!!!
August 30, 2005 at 12:52 pm
believe it should work if you set the style to 103..
CONVERT(varchar, '31/12/1994', 103)
August 30, 2005 at 12:48 pm
huh ?!?!
okay - now I really am getting back to work - lest we're accused of slacking off!
August 30, 2005 at 11:54 am
LOL...ok - now that we've established who we are...get back to your "popular screen name"...ssc members might start suffering from remi withdrawal symptoms otherwise...
August 30, 2005 at 11:50 am
think of yourself as rgR'us...makes it easier!
August 30, 2005 at 11:37 am
NO - NO - NO!!!!!!
Remi gets credit for almost all of those...he plays David to his own Goliath (you know what I mean) - I too wait in line for...
August 30, 2005 at 11:24 am
Viewing 15 posts - 1,186 through 1,200 (of 2,469 total)