Viewing 15 posts - 8,986 through 9,000 (of 18,923 total)
Do you have any ideas on how to test this? The only 2 tests I did were not conclusive.
October 3, 2007 at 4:18 pm
I must be blind now... what's wrong with the last suggested query?
October 3, 2007 at 3:02 pm
This is a known problem. Thank you for helping make this site even better.
October 3, 2007 at 2:07 pm
I'm sure you did, but just in case : Did you delete all the cookies, local files from IE?
October 3, 2007 at 2:04 pm
CREATE TABLE #Test (a VARCHAR(30))
INSERT INTO #Test (a) SELECT REPLICATE('A', 29)
ALTER TABLE #Test
ALTER COLUMN a VARCHAR (29)
--this works fine
DROP TABLE #Test
GO
CREATE TABLE #Test (a VARCHAR(30))
INSERT INTO #Test (a) SELECT REPLICATE('A',...
October 3, 2007 at 1:44 pm
Maybe it's in high penetration for the new licenses, or new customers. But that does not account for old machines being reinstalled with 2000. After all this is...
October 3, 2007 at 1:37 pm
Just for those who don't have Acces to see what I mean, see attached file.
October 3, 2007 at 1:21 pm
I'm still not conviced. I understand the logic behind what is said that it is better to check prior to make any changes... but I would assume that MS...
October 3, 2007 at 12:56 pm
Maybe we should all start using ACCESS as GUI for SQL Server.
As far as I know, we all script everything we do anyways, so there's no point to keep SSMS...
October 3, 2007 at 12:49 pm
Not that I know of. I like what they did in Access 2007, but it doesn't appear to be possible in SSMS (Express anyways).
October 3, 2007 at 12:47 pm
:w00t:, after 3 times you'd think that it would be enough. So I won't tell you again.
I will however suggest that you can have this functionnality by moving the...
October 3, 2007 at 12:41 pm
23 MB left instead of 23 GB? That will make a small difference :w00t:.
October 3, 2007 at 12:37 pm
I don't have the right name, but if you search for utility in books online, you will get that list and sample code.
The QOTD section also has a section for...
October 3, 2007 at 12:08 pm
Viewing 15 posts - 8,986 through 9,000 (of 18,923 total)