Viewing 15 posts - 46 through 60 (of 65 total)
Craig Farrell (12/2/2010)
December 2, 2010 at 12:09 pm
Craig,
The next comment (by RLF) in that thread clearly states a Windows Group cannot own a job, which matches the documentation in [1] and [2] referenced above. Then Andrew...
December 2, 2010 at 11:09 am
I figured this out. The version of the server is Standard Edition.
SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')
results in:
10.0.2531.0SP1Standard Edition (64-bit)
November 12, 2010 at 11:43 am
Tried it as a user with server role sysadmin, and another time as 'sa'.
Both times 0 records:
select *
from sys.configurations
where
name = 'common criteria compliance enabled'
...
November 12, 2010 at 11:27 am
Lynn Pettis (5/10/2010)
May 20, 2010 at 1:06 pm
As a brief aside, I envy those of you who can fix these problems internally.
We recently had a customer decide for us without our input that they would hire a...
May 10, 2010 at 3:17 pm
Lynn,
I'll agree that Paul's OPENROWSET idea in conjunction with the "don't blit, just load" trick you mentioned at the beginning of this thread can form a good solution. I...
May 10, 2010 at 2:49 pm
Paul White NZ,
I appreciate everyone's help. I simply haven't found a solution that fits my awkward/dumb problem.
I'll thank everyone when/if I have a solution, giving credit to the lucky...
May 10, 2010 at 2:36 pm
Paul White NZ,
Your solution doesn't work on edge cases where data elements themselves may contain pipes.
As for using CLR, we use CLR heavily here in many exotic ways, especially for...
May 10, 2010 at 7:46 am
Yes, of course, I've done all that debugging. The problem is there is no way I know of to use SSMS + Agent such that I can see what...
May 5, 2010 at 3:33 pm
CREATE TABLE [dbo].[zz_u_test_TEMP](
[col1_dirty] [varchar](50) NULL,
[col2_dirty] [varchar](50) NULL,
[col3_dirty] [varchar](500) NULL,
[col4_dirty] [varchar](50) NULL,
[col5_dirty] [varchar](50) NULL,
[col6_dirty] [varchar](50) NULL,
[col7_dirty] [varchar](50) NULL,
[col8_dirty] [varchar](50) NULL,
[col9_dirty] [varchar](50) NULL,
[col10_dirty] [varchar](50) NULL
) ON [PRIMARY]
9.0
16
1 SQLCHAR 0 0...
May 5, 2010 at 3:28 pm
I'm not sure you understand the problem.
bcp does not have a good way to represent NULL values in format files. If character data that contains a delimiter is escaped...
May 5, 2010 at 2:52 pm
Just to be clear, does that mean you will post a benchmark confirming the 10x increase reported by the vendor? I can understand if the vendor has license restrictions...
April 8, 2010 at 1:00 pm
That strategy is working out well and giving us some head room to plan for our next round of servers where we can properly plan and size them with Fusion-IO...
April 8, 2010 at 12:55 pm
You can circumvent the max index key size
January 13, 2010 at 11:42 am
Viewing 15 posts - 46 through 60 (of 65 total)