Comments
Sort by recent activity
Apologies, I was away for a few days and didn't manage to check back on this thread - glad to hear you've found a working version. As it "self healed", you're right, it'll be hard to work out what the problem was. If things get strange again, feel free to open a support ticket with us though! / comments
Apologies, I was away for a few days and didn't manage to check back on this thread - glad to hear you've found a working version. As it "self healed", you're right, it'll be hard to work out what ...
I noticed in the error it says you're using 7.1
Have you tried the 7.2 patch for SDC to see if it has any effect? You should be able to obtain it here / comments
I noticed in the error it says you're using 7.1
Have you tried the 7.2 patch for SDC to see if it has any effect? You should be able to obtain it here
Initially I wondered if it was the spaces and commas in the filename confusing it, but you're not getting "file not found", you're getting XML errors. This suggests the project file is corrupted in some way.
Have you recently upgraded?
If you open this SDC file in the GUI, does it have everything set up as you expect, or does it seem to not work correctly? I'd suggest creating a new project file to replace this one and seeing if that helps. / comments
Initially I wondered if it was the spaces and commas in the filename confusing it, but you're not getting "file not found", you're getting XML errors. This suggests the project file is corrupted in...
The documentation you already entered should still be there. When you enter descriptions against objects using SQL Doc, the information is stored in the database as extended properties using MS_Description - so you only need to add information for the new objects.
The only time this won't happen is if you have restored the database using a backup that was taken prior to it being documented the first time round, as this will remove everything you entered. / comments
The documentation you already entered should still be there. When you enter descriptions against objects using SQL Doc, the information is stored in the database as extended properties using MS_Des...
A patch to address this issue is now available here
Could you please let us know if this fixes the problem? / comments
A patch to address this issue is now available here
Could you please let us know if this fixes the problem?
The Binary generator will generate random values between 0 and the max as defined for the column by default. So a varbinary(50) column would end up with data randomly between those minimum and maximum lengths.
You can set these figures manually, so for your SSN column, you could set both Min Length and Max Length to 9.
If you need the binary values to be generated in a specific way to emulate your encryption routines however, you'll probably need to write a custom generator. You'll find some examples in:
C:\Program Files (x86)\Red Gate\SQL Data Generator 1\UserExample\Generator
(omit the (x86) if you're on a 32-bit OS)
And also some information on our website here / comments
The Binary generator will generate random values between 0 and the max as defined for the column by default. So a varbinary(50) column would end up with data randomly between those minimum and maxi...
Thanks for your post. This is a very common feature request, and we're hoping it's going to be implemented in version 9; so keep an eye open for an EAP release in the next couple of months. / comments
Thanks for your post. This is a very common feature request, and we're hoping it's going to be implemented in version 9; so keep an eye open for an EAP release in the next couple of months.
That's pretty much what I've seen, as mentioned before.
As this occurs even when using MS supplied test tools and outside of SQL Monitor, it's basically a bug in Windows, although I'm not sure that MS have acknowledged it. I've not been able to find very much online about it... / comments
That's pretty much what I've seen, as mentioned before.
As this occurs even when using MS supplied test tools and outside of SQL Monitor, it's basically a bug in Windows, although I'm not sure that...
I've seen this previously and it may actually be a windows bug.
Try connecting to the cluster namespace using WBEMTest, ensuring you set the packet privacy option - you'll theoretically still get the same event being logged.
At least, that's the behaviour I've seen on 2 or 3 occasions previously. / comments
I've seen this previously and it may actually be a windows bug.
Try connecting to the cluster namespace using WBEMTest, ensuring you set the packet privacy option - you'll theoretically still get t...
Thanks for your post.
We already have a feature request for this (SDOC-1035) so I'll add a note to it that you also enquired about it.
I don't have a date for when this is likely to be implemented unfortunately. / comments
Thanks for your post.
We already have a feature request for this (SDOC-1035) so I'll add a note to it that you also enquired about it.
I don't have a date for when this is likely to be implemented ...