-
as seen on Super User
- Search for 'Super User'
I do not understand the following article profound.
http://msdn.microsoft.com/en-us/library/ms175915(SQL.90).aspx
"In contrast, if a SQL Server user logs on by using Windows Authentication, the user can read only those files that can be accessed by the user account, regardless of the security profile…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
We are getting a "could not execute native bulk manipulation query" error in HQL
When we execute a query which is something like this.
String query = "Select person.id from Person person where";
String bindParam = "";
List subLists = getChucnkedList(dd);
for(int…
>>> More
-
as seen on Internet.com
- Search for 'Internet.com'
If your users collect email addresses in a database, odds are before long, someone's going to get it into their head to send out an email "blast" or batch. There are several approaches, but what you really need is an engine to send individualized emails, one at a time...
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hopefully someone can help...
I need to provide client with a solution to allow bulk creation of user accounts into SharePoint SSO. The client wants to provide an excel spreadsheet with accounts, usernames and passwords and have that created in the SSO database.
I've been told its possible but…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Could anyone tell me how to bulk insert data from a ref cursor to a temporary table in PL/SQL? I have a procedure that one of its parameters stores a result set, this result set will be inserted to a temporary table in another stored procedure.
This is my sample code.
CREATE OR REPLACE PROCEDURE…
>>> More