Viewing 11 posts - 61 through 71 (of 71 total)
This is still wrong! The "in" should come between the table name and the file name in the bcp command. If you try and run the command as it is...
May 11, 2004 at 5:05 am
Of course if you were building this in the real world then you probably would choose one of those field types but, as we've seen so often in the QOD, assumption...
May 5, 2004 at 2:46 am
Using LIKE 'A | Z' does not work either! This only allows the single characters 'A', 'Z' or '|' (pipe).
It would not allow most valid values, eg 'B' or 'C'.
May 4, 2004 at 3:26 am
Using BETWEEN does not work here as you only want a single letter to be allowed in the field (if any). Using BETWEEN would allow whole words in, eg 'test',...
May 4, 2004 at 3:05 am
I think you found the wrong article! Try this one instead: http://support.microsoft.com/default.aspx?kbid=819264
April 29, 2004 at 2:33 am
Thanks for that link but I'm not sure if it really answers my question.
My main query is the extra step of adding the domain group to the local group. Is this...
April 14, 2004 at 4:04 am
Can someone explain why you would need to add the domain group to a local group and give that access? Why would you not just give access to the domain group...
April 14, 2004 at 2:56 am
No, it does still save the ISS file when you do a manual install. It is saved in the system root folder, as it is when you choose to just...
February 3, 2004 at 3:16 am
I don't seem to have any answer options available for this question?! Is it just me?
February 2, 2004 at 2:52 am
You should back up the master db after adding (or deleting) a user database. SQL Server stores the list of databases in the sysdatabases table in the master db. If...
January 19, 2004 at 5:03 am
I don't see anything wrong with this question. I ran the original CREATE TABLE script and it created the table fine, with a default value of 'Old' for the...
December 22, 2003 at 3:30 am
Viewing 11 posts - 61 through 71 (of 71 total)