Viewing 15 posts - 1 through 15 (of 18 total)
Although my query is not exactly related to start/stop of SQL server, it involves stopping a SQL database within a server instance.
If I want to detach a database from an...
January 17, 2006 at 9:37 pm
Thanks, it was exactly what you thought. because my user was a part of BUILTIN\Administrators group, he was given the sysadmin authority. After I...
November 7, 2005 at 1:44 am
I tried the settings as you have specified above. However, the user whom I am making a member of the datareader role, is still able to execute update statements on...
November 6, 2005 at 11:26 pm
Sorry, but I could not understand what you meant. I am using SQL2000 MSDE. Could you please elaborate?
Thanks!
November 3, 2005 at 6:29 am
Thanks for the replies.
I too felt the same that, restricting "everybody" from manipulating the database is not possible. The next thing that came to my mind was encryption. However, by...
October 18, 2005 at 10:47 pm
Hi,
The database was developed by me long time ago! It has an ODBC interface. So, I am looking at a tool which can be used against any ODBC/OLEDB source.
Krishnan
April 29, 2005 at 11:14 pm
Although SUBSTRING would do the job, I am afraid till will slow down the performance a lot. My text data is > 8000 bytes, hence, if use SUBSTRING to get...
January 26, 2005 at 11:03 am
It does not tell me how to store the value returned from READTEXT into a variable. Could you please help there?
January 24, 2005 at 8:38 pm
When I execute a query returning >100000 rows, then the virtual memory usage of sqlservr.exe (under Windows NT Task Manager) increases quite a lot (>200MB!!). Even after the querying application...
August 31, 2004 at 8:54 am
The BOL says that this flag when set to true closes the database when the last user disconnects. What I want is however different. I do not want the database...
March 14, 2004 at 10:26 pm
quote:
There is a checksum and binary checksum function available with SQL Server. Checksums can be calculated on individual rows or for an...
August 27, 2003 at 11:11 pm
I have not understood your solution fully. Can you please clarify me about what you mean when you say -
quote:
...I created...
August 14, 2003 at 12:17 am
quote:
How do you know how to filter the data being returned? ...
The time...
August 13, 2003 at 7:28 am
quote:
This interval field -- is it able to be of a unit smaller than the smallest time interval stored in the DB?...
August 12, 2003 at 10:40 pm
quote:
Not simply. If you ran it through a middle ware component you could enforce it that way, or you could profile and...
August 12, 2003 at 11:15 am
Viewing 15 posts - 1 through 15 (of 18 total)