Viewing 15 posts - 4,531 through 4,545 (of 39,736 total)
January 8, 2019 at 8:33 am
This is noting you have a server principal, not a user. did you create a user for this login in the database?
January 1, 2019 at 2:03 pm
This must be a client side item that is locking down things. You should see something like this:

January 1, 2019 at 2:03 pm
Can you post your browser/version here? Do you have security settings that disable all add-ins?
You can use bbcode here, which is linked in the yellow as a reference.
January 1, 2019 at 2:03 pm
Points are redeemable for smiles and hugs. Occasionally someone will get 100,000 and maybe get a drink as a reward. I think 1mm is dinner.
January 1, 2019 at 2:03 pm
December 28, 2018 at 9:37 am
I don't see special characters or a time. Your description doesn't quite make sense.
It would be better to see some DDL for the table and some DML to...
December 28, 2018 at 8:55 am
Eirikur's query lets you see characters that are allowed in each. In general, if you stick with Western languages and data, varchar is fine.
The important thing is that you...
December 28, 2018 at 8:52 am
Actually here it says an admin must do this: https://docs.microsoft.com/en-us/sql/database-engine/availability-groups/windows/listeners-client-connectivity-application-failover?view=sql-server-2017#SPNs
December 28, 2018 at 8:48 am
There aren't global roles across databases that are used for access. All roles would be set on a database level.
What I would suggest is that you set a...
December 28, 2018 at 8:47 am
I asked a few people and they say no.
This seems to indicate you do this manually, but doesn't explicitly state that.
December 28, 2018 at 8:44 am
You would need to perform query tuning to decide if there are structural problems with how your query is written or if the query is optimal and the workload of...
December 28, 2018 at 8:26 am
It's hard to know what else you can do without seeing some code and data. I would agree a cursor is not needed. You ought to be able to update...
December 28, 2018 at 8:24 am
This might help: https://dba.stackexchange.com/questions/171204/sql-server-informix-db-linked-server
December 28, 2018 at 8:12 am
December 28, 2018 at 8:07 am
Viewing 15 posts - 4,531 through 4,545 (of 39,736 total)