Viewing 15 posts - 6,121 through 6,135 (of 7,168 total)
PS @@VERSION = Microsoft SQL Server 2005 - 9.00.3073.00 (Intel X86) Aug 5 2008 12:31:12 Copyright (c) 1988-2005 Microsoft Corporation Standard Edition on Windows...
June 13, 2011 at 1:19 pm
Steve Hindle-535638 (6/13/2011)
June 13, 2011 at 10:36 am
carsten.jorgensen (6/12/2011)
The result of that SQL is 0 rows.
And the reason is...
June 13, 2011 at 9:56 am
You're very welcome, thanks for the feedback...and welcome to the site 🙂
June 13, 2011 at 9:40 am
ashkan siroos (6/6/2011)
...My files have different sizes, they could be between 5 MB to 10GB...
For files larger than 2GB you'll be forced to use the FILESTREAM data type. Luckily full-text...
June 13, 2011 at 9:36 am
Steve Hindle-535638 (6/7/2011)
If a user is a member of the dbo database role...
I just want to clarify one other point for you Steve: dbo is not a Database Role and...
June 13, 2011 at 9:28 am
Jeff Moden (6/10/2011)
opc.three (6/10/2011)
June 11, 2011 at 6:45 am
PS I meant to attach my two proof-of-concept scripts. Maybe if you try something, or figure something out you can alter these scripts and shoot them back to me so...
June 10, 2011 at 8:28 pm
carsten.jorgensen (6/10/2011)
The set-up is exactly as you describe it.
And I totally agree, that the ownership chain breaks when...
June 10, 2011 at 8:26 pm
You're inside a ForEach Loop correct?
You can set a condition on one of your constraints based on the expression below to prevent further execution where @file_name is the variable mapped...
June 10, 2011 at 3:54 pm
It looks like we are running the same version...however I do not receive the error mentioned in your OP.
June 10, 2011 at 3:23 pm
Which version of PowerShell are you running?
"Applies to PowerShell 2.0"
http://technet.microsoft.com/en-us/library/dd315258.aspx
You can check by running this in a PowerShell session like this:
PS C:\> $Host.Version
Major Minor Build Revision
-----...
June 10, 2011 at 3:11 pm
Here is another hint:
http://www.sqlservercentral.com/Forums/Topic1123031-149-1.aspx
For additional help please post what you have tried so far.
June 10, 2011 at 2:45 pm
Sorry to keep pinging...just REALLY interested in whether you found a root cause :Whistling:
June 10, 2011 at 2:38 pm
TheSQLGuru (6/10/2011)
opc.three (6/9/2011)
BOL says you can partition a heap...not that anyone would, would they? Uggh.Guess that should have been a "why" instead of a "how". :hehe:
:hehe: I only picked up...
June 10, 2011 at 1:59 pm
Viewing 15 posts - 6,121 through 6,135 (of 7,168 total)