Matt,
as I stated before- any attempt to change anything in SQL property end up same way - user not authorize to perform this action.
I going to reinstall entire package one more time (already did...
That is all what it is and it is not always based on actual software behavior.
And by the way if you did not notice original question was about SQLEXPRESS but most of the posting refer to straight...
and all suggestions how to change SA password fail right here:
1. Go to SQL Server Properties/Security tab and change the mode to SQL Server authentication mode
That what was my choice during installation of the package.
SQL Express is a part of that package and I cannot remove it.
For me it is just a matter of curiosity about next Microsoft screw ups...
Here is one more opinion from person who I really believe passionate about what he is saying but at the end it is ericstevens decision what to do.:)
Considering that owner of the opinion not too...
Stickman,
do you think I would post question here if SQLEXPRESS allowed me to just change password or even create new user?:rolleyes:
Eat some meat to calm your anger...:D
and why it should change?
You have it as a static variable:
$newplan="plan".$_SESSION[plan];
before (outside) of the loop.
So any changes happen inside loop does not matter for that variable....
Your logic was correct but not for MySQL.
Microsoft SQL will do exactly what you think would of happen here.
You could also define default value which will be inserted by system automatically if...
Hey guys,
just for fun I run installation of SQLEXPRESS.
To my surprise it went relatively painless. I can connect to it but only with windows authentication.:eek:
Does anyone know what default...
indeed.
Unfortunately for MySQL functionality available there is way down when compare to MS SQL. Back to the topic.
So do you have Management studio up and running?
I was surprised to see after I...
Why are you looking into Ruby?
You need to have answers on the following questions first:
1. Where this team will host sites: in-house or third party hosting provider.
2. Do you have a potential...
You asked wrong question. And from it I can almost safely assume that you are not IT guy.
To decide what programming language to use you should ask how I build my site?
Start with
...
You need to have answers on the following questions first::confused:
1. Where this team will host sites: in-house or third party hosting provider.
2. Do you have a potential portfolio for team to...
if you have evaluation version than yes; but if you have fully functional version then you should have this in your start menu: SQL Server Management Studio and it should work.
And what exactly you...
Did you try to export your data as .txt file (delimited) and then when you open it using Excel it will ask you to assign data types for the each field.
There you can choose data type as "text" for...
Error say that you either do not have database with which you attempt to connect or your user does not have authorization to connect to that database.:mad:
First of all do you even have this...