|
|
-
Sep 6 2011 4:45PM
| patwood
| blog
One of the best things about SQL Azure is how easy it is to manage User security. In this article we will show you how you can use Microsoft Access to add individual Users to Database Roles which makes managing User security much easier.
The Benefits of Using Flexible Database Roles
If you grant...
|
-
Aug 18 2011 1:11AM
| patwood
| blog
I was shocked. I had heard that Constants and Variables could be seen by opening an accde or mde file with a hex editor but when I opened my file I was stunned to see so much of my data, objects, and code in plain text. I am not an Access Security expert, but I decided to take on the challenge of th...
|
-
Jun 13 2011 9:32AM
| madhivanan
| JL
While the following is valid in SQL Server, it is invalid in MS ACCESS...
|
-
Jan 18 2011 2:45AM
| Madhivanan
| blog
In Part I of this series SQL Server's equivalent of MS Access functions, I have posted some direct equivalents. In this post, I post other functions that dont have direct equivalent
Choose : Returns a value from the list based on a given position
declare @list varchar(1000)
declare @select varcha...
|
-
Jan 10 2011 3:39AM
| Madhivanan
| blog
Sometimes when you want to migrate from MS Accesss to SQL Server, you need to rewrite the queries compatible to SQL Server. As you know the basic systax is same but the functions used in Access should be replaced with their equivalent in SQL Server.
Here are some Access functions and their equival...
|