Viewing 15 posts - 2,386 through 2,400 (of 4,820 total)
I am after some advice. I am working on a solution where I need to...
July 26, 2017 at 11:02 am
July 26, 2017 at 9:30 am
To be honest, that's not really enough information to base any useful advice on. There's a lot more to take into consideration, and on a volunteer basis and for free,...
July 25, 2017 at 7:50 am
July 25, 2017 at 7:26 am
July 24, 2017 at 7:00 am
Don't really know for sure, but I suspect that the enabling of encryption of data in transit may require that. Not sure exactly why.
July 21, 2017 at 10:52 am
No clue, but push comes to shove, you can create an ALTER DATABASE command to change the default collation and use that script prior to any tables being created.
July 21, 2017 at 10:48 am
July 21, 2017 at 10:34 am
I chose to take the chance and help out, so here you go:CREATE TABLE dbo._1UPDATE_SITE_DESC_list (
RowNum int NULL,
SITE_ID uniqueidentifier NULL,
[ACTION] varchar(255) NULL
);
INSERT INTO dbo._1UPDATE_SITE_DESC_list...
July 21, 2017 at 10:29 am
July 21, 2017 at 7:20 am
And if that doesn't do it, you may just need to add some DENY permissions to the role or roles in question.
July 21, 2017 at 6:54 am
On the assumption that you are correct about what you see, I don't see why you couldn't create a role that has the necessary ALTER rights for specific schemas, and...
July 21, 2017 at 6:53 am
In particular, is it possible to have a right parenthesis ")" within the text being captured? Based only on your post, there's no way to know if there are going...
July 21, 2017 at 6:48 am
This would be a lot easier to help with if you could post some sample data and the necessary CREATE TABLE and INSERT statements. You will want to know if...
July 21, 2017 at 6:43 am
Viewing 15 posts - 2,386 through 2,400 (of 4,820 total)