Viewing 15 posts - 121 through 135 (of 184 total)
Chris Houghton (5/27/2011)
khullargirish02 (5/27/2011)
In prefix compression, does the entire prefix stored in the header need to match the data to be used?
No
if I have...
May 27, 2011 at 5:38 am
gsc_dba (5/26/2011)
ryan.macy (5/25/2011)
I have to attach around 1k worth of databases and I was curious if anyone...
May 26, 2011 at 10:46 am
ryan.macy (5/25/2011)
I have to attach around 1k worth of databases and I was curious if anyone had...
May 26, 2011 at 10:41 am
This link may help you... http://technet.microsoft.com/en-us/library/ms188712.aspx
The wizard will immediately inform you of any pitfalls in 2008 R2
May 26, 2011 at 10:34 am
You may want to find out what and why they are taking so long but try: http://www.sqlservercentral.com/Forums/Topic193509-5-1.aspx#bm193857
May 19, 2011 at 8:13 am
gsc_dba (5/19/2011)
Try this :http://mysqlserverblog.com/2008/01/03/changing-export-options-for-reporting-services.aspx
Change the directories to suit a 2008/R2 setup
Also works in a Sharepoint integrated setup.
🙂
[]Use <!-- to comment out the parts you dont want (as opposed to deleting...
May 19, 2011 at 3:18 am
Try this :
http://mysqlserverblog.com/2008/01/03/changing-export-options-for-reporting-services.aspx
Change the directories to suit a 2008/R2 setup
May 19, 2011 at 3:12 am
Ouch!
Thats very patient! :w00t:
Did you login/register when prompted?
May 13, 2011 at 2:14 am
I logged in with my live account (as prompted), waited for 7 or 8 minutes and could download the iso image
I was also able to use this link, again with...
May 12, 2011 at 5:28 am
Did you use:
http://www.microsoft.com/sqlserver/2008/en/us/R2Downloads.aspx
Which browser (and version) are you using...I use Chrome and the download above works fine for me.
May 11, 2011 at 4:59 am
murray50 (7/15/2008)
March 29, 2011 at 10:09 am
Our company have used this in the past:
Consider this too:
http://www.grid-tools.com/products/fast_data_masking/data_masking_SQL_server.php
March 24, 2011 at 11:23 am
How about using your existing method but using a schema (in your example "staging")
SELECT [sys].[objects].[name]
FROM sys.objects
INNER JOIN sys.[schemas]...
March 24, 2011 at 9:03 am
Very useful - thanks for sharing!
"Clean" version of code:
USE [DatabaseNameGoesHere]
;
WITH cteFk
AS ( SELECT a.parent_object_id AS...
March 1, 2011 at 3:33 am
Viewing 15 posts - 121 through 135 (of 184 total)