Viewing 15 posts - 181 through 195 (of 13,460 total)
connectionstrings.com suggested a slightly different syntax, but both are valid:
https://www.connectionstrings.com/mysql/
Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword;
Connection Timeout=5;
Lowell
i think you can just modify the connection string in your shared data source.
by default, it looks something like this, just a servername and a databasename, but you can modify...
Lowell
it depends on what you are after. one of the most common requests is to change every other row for readability.
an example:
so in that example,the rownumber*() function needs teh...
Lowell
without access to SQL, no you cannot find out.
if you have access to view server state, the DMV's for index stats has the last time an index was used to...
Lowell
a pair of examples. if you are only looking for items that are 6 chars and start with P, vs stuffing a bunch of zeros into it no matter what...
Lowell
i prefer the alter authorization command:
ALTER AUTHORIZATION ON DATABASE::[WSS_Content] to [MyDomain\SharePointServiceAccount];
Lowell
Viewing 15 posts - 181 through 195 (of 13,460 total)