Viewing 15 posts - 481 through 495 (of 548 total)
A screenshot may help
so there's no weird groups under Home -> Properties -> Security?
not just the Report Folder (if any), Home is the parent folder and children folders by default...
September 25, 2008 at 11:05 am
Do you mean REPLACE all single quote with nothing (i.e. REMOVE all single quote)?
Quick and dumb way is to copy the line 70 times
Maybe generate UPDATE script via SSMS to...
September 25, 2008 at 11:05 am
I dont think TINYINT is a new data type
http://msdn.microsoft.com/en-us/library/ms187745.aspx
But my guesses are either BIT or TINYINT
September 25, 2008 at 11:01 am
Thanks for the great tip
Something to keep in mind for future FILESTREAM implementation
September 25, 2008 at 10:56 am
I am curious to know too
Would guess NO though
Even if you create a view that XQuery the elements as a column
I don't know if you can SCHEMABIND it and create...
September 25, 2008 at 10:55 am
We download our production data in house, then auto-restore them to Staging/Report Server
That's the easiest way
September 25, 2008 at 10:52 am
For backup and clean up, you can use the built in 2005/2008 Maintenance Plan/Wizard
You can specify WHICH DB's to backup, and how long to keep them
As for compression, 3rd party...
September 25, 2008 at 10:34 am
how about a Computed Column that "computes" i.Quantity * i.Price
http://www.sqlservercentral.com/articles/User-Defined+functions/complexcomputedcolumns/2397/[/url]
September 25, 2008 at 10:31 am
Prasad (9/25/2008)
I have restored the database in another machine an the copied the row into the original table.
It worked.
But my worry is in case of multiple rows...
September 25, 2008 at 10:25 am
Haven't had time to reply to all
but do want to ask, is the upgrade plan to SQL Server 2008 Enterprise, or Standard?
A lot of features you mentioned are only available...
September 25, 2008 at 10:13 am
Pretty certain it's NO, it is not backward compatible
You can restore 2005 backup in 2008
not restore 2008 backup to 2005
However, now I do wonder, if you use 3rd party tool...
September 25, 2008 at 10:07 am
Probably a partial reason for SPARSE column in SQL 2008
It's meant to be used for a column where MOST values are NULL
SPARSE column, NULL will not take up any space
September 25, 2008 at 9:51 am
I am very curious as we are planning to move to Windows 2008 for IIS 7 and SQL 2008
Is there a proven performance gain?
I have already seen firsthand the "fun"...
September 24, 2008 at 10:24 am
We have moved Production a few times
Backup-and-Restore: you can almost have no down time as we just copy the new records into the NEW server after
Detach-copy-Attach: down time for sure,...
September 24, 2008 at 10:04 am
TRUNCATE_ONLY will be gone soon too
It is gone in SQL 2008
September 24, 2008 at 10:01 am
Viewing 15 posts - 481 through 495 (of 548 total)