Viewing 15 posts - 376 through 390 (of 458 total)
i guess i just do not understand why sql server thinks that a column with the same name, one with no trailing space or control character and one with nothnig...
October 28, 2010 at 2:05 pm
randheer, I thought I'd add some additional comments as to why I prefer RS over CR, beyond those listed elsewhere in replies to your post:
- Simplicity of design environment. ...
October 28, 2010 at 6:51 am
4) Export to Excel - The export to excel format is excellent compared to the CR export. All the column widths and sizes are perfect.
While I use both and...
October 27, 2010 at 11:55 am
Great! And thanks for posting back -- always good to hear that we helped you out.
You'll be happy you have that table, some day. Maybe you'll use it...
October 27, 2010 at 10:20 am
I cannot figure out the mumbo jumbo that MS puts out for with all their brackets and squigly characters for altering a table column. You need a PHD to...
October 27, 2010 at 9:41 am
I don't know that this is the preferred way to do it, but when I need a summary email with multi-step information, I often first create a table of errors...
October 27, 2010 at 8:49 am
Gail, a minor typo:
In full recovery model transaction log entries are kept for both database integrity and database recovery purposes. Inactive log records are retained in the transaction log until...
October 25, 2010 at 12:52 pm
WayneS (10/24/2010)
I...
October 25, 2010 at 11:51 am
Douglas Osborne-456728 (10/22/2010)
Rich,Why would you just randomly run that against ALL tables? Mine was targeted to the FKs marked as untrusted.
Wondering,
Doug
Hmmm, good point. I was thinking that if the...
October 22, 2010 at 12:05 pm
Douglas Osborne-456728 (10/21/2010)
I came up with this little trick - run the query
SELECT Name AS [Constraint], object_name(parent_object_id) AS [Table]
FROM sys.foreign_keys
WHERE Is_Not_Trusted = 1
then run this
SELECT 'ALTER TABLE ' + OBJECT_NAME(...
October 22, 2010 at 8:49 am
If you want to be a great manager, remember a few things - if you inspire your people to be their best, and facilitate their path to that end, YOU...
October 14, 2010 at 7:12 am
One thing I learned is that the accessibility to the report run history is embedded in the ReportServer DB tables. I realize this is only a small piece of...
October 13, 2010 at 9:31 am
The idea was that the average typist could type more code per minute using lowercase and underscore formatting than when using Pascal or Camel case for user-defined entities
With all...
October 7, 2010 at 6:29 am
Viewing 15 posts - 376 through 390 (of 458 total)