Hi all. I'm using SQL Server 2000 and have a large table with a varchar field containing email addresses. I need to find those rows whose email address any upper case letter in any position in the address. Other than running a query for each upper case letter is there a better way to find such...
Hello all,
I am trying to reduce the size of a SQL Server database after a major purge of old data. I have tried using:
DBCC SHRINKDATABASE (<db name>, TRUNCATEONLY)
And the result is the message:
Cannot shrink log file 2 (<db name>) because all logical log files are in use.
(1 row(s)...
Hi all,
I recently inherited mainainence of an Access 97 mdb that consists of several dozen macro, several dozen queries used by the macros and several dozen import load mask specs. There are no forms or reports but a few tables without data that the queries reference. Data from an upstream...
I thought this would be easy. All I wanted to do was to return a struct pointer instead of a char pointer from a function. The idea was that instead of listing numerous parameters when the function was called I would have all the returned values put into a structure and just the address of the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.