Viewing 15 posts - 856 through 870 (of 1,109 total)
steevlee (9/28/2007)
hi friends..
i want to prevent a user to login to enterprise manager but to allow that user to use in connetion string for connecting to database through the program...
September 28, 2007 at 4:07 am
sreedhar (9/28/2007)
Had one more point to clear
If the language of the Operating system is in English and the website and sqlserver is in French.
will i face...
September 28, 2007 at 4:03 am
SreenivasReddy (9/28/2007)
One of my table is having around100 columns and most of which are Numeric, NULL. Out of 100 columns only 10 columns are having data and others are null....
September 28, 2007 at 3:47 am
Louis Lam (9/27/2007)
Anyone know of any way in SQL Server that allow me to find record value before and after update value for auditing purpose. I know it...
September 28, 2007 at 3:28 am
sreedhar (9/28/2007)
will i get struck at...
September 28, 2007 at 3:22 am
steevlee (9/28/2007)
i want to prevent a user login to enterprise manager but to allow that user to use in connetion string for connecting to database through the program (c#)....
September 28, 2007 at 2:25 am
LAravind (9/27/2007)
I have a simple question regarding the database users on sqlserver 2005.
When i run a 'sp_helpuser' stored procedure in a database to know the usernames and their...
September 27, 2007 at 8:19 am
arj (9/27/2007)
Thank you for the clarification given. It helps me to give a report to my superiors...
Could any one please tell me how to track the DML operations occuring on...
September 27, 2007 at 1:35 am
P (9/26/2007)
I could not access the DVD drive from the remote server.
Is there any option to download the SQL Server Enterprise Edition, if I purchase the DVD (license?) properly from...
September 26, 2007 at 7:47 am
zim (9/26/2007)
EmployeeId,Name,Salary,Address,UnionId, and the most recent medical examination date for traffic controllers
Employee (EmployeeId(p),Name,Salary,Tpye).
MedicalExamination(MedicalNo(p),EmployeeId,MedicalDate)
EmployeeUnion(EmployeeId(p),UnionId(p))
"Type" field in Employee table tells whether...
September 26, 2007 at 7:36 am
Jo Pattyn (9/26/2007)
The reindexing isn't a bulk operation.I would try to make extra transactionlog backups during the indexing to keep the size small
I agree with Jo,
indeed, switching to bulk recovery...
September 26, 2007 at 3:20 am
I'd look at third party data comparison tools that will show you the exact differences. These tools will also help you to migrate those differences in data. I assume the...
September 26, 2007 at 1:28 am
ArthurC (9/25/2007)
Hi there,How to use an INSERT statement to insert an image file in an IMAGE data type column?
Thanks,
AC
If you want to use SQL, have a look at the thread:...
September 25, 2007 at 9:02 am
Have you got anything in your default trace (SQL Server 2005 has a trace running by default that keeps track of certain operations, among others sp_configure excutions if the confuguration...
September 25, 2007 at 7:04 am
Martin Brice (9/24/2007)
Does that mean the only way to delete the backup set is to turf the entire thing?
AFAIK this is the case, i.e. you would need to delete the...
September 24, 2007 at 8:50 am
Viewing 15 posts - 856 through 870 (of 1,109 total)