Viewing 15 posts - 4,741 through 4,755 (of 7,191 total)
Bhimraj
So you're not doing any transaction log backups at all at the moment?
John
February 6, 2012 at 2:38 am
Have you read about computed columns? I think this would be a better solution than a trigger.
John
February 6, 2012 at 1:39 am
Please will you provide table DDL (in the form of a CREATE TABLE statement) and sample data (in the form of INSERT statements) to help us to help you.
Thanks
John
February 3, 2012 at 9:45 am
Jay
Are you specifying the server name correctly, complete with instance name if appropriate and port number if necessary? You could try either looking in the errorlog of the server...
February 3, 2012 at 9:43 am
Why would you delete a contact just because he has the same first name as another contact? If you insist on doing this, create your foreign key constraint with...
February 3, 2012 at 9:15 am
Profiler will capture (the whole of) every statement executed on the server, subject to any filter placed on the trace.
February 3, 2012 at 7:24 am
You don't. You link it to SQL Server at the same time that the web page is running. That way you can capture the SQL that is being...
February 3, 2012 at 7:10 am
OK, so you need to turn it into a stored procedure. You need to use dynamic SQL to build the query, a bit like you were doing in the...
February 3, 2012 at 6:39 am
As I understand it, you can't shrink the files smaller than the size of the model database, but you can shrink smaller than the creation size of the database if...
February 3, 2012 at 5:31 am
No, that's the errors you get if you run it from SSMS. You said you were running it from a web page. I think you need to ask...
February 3, 2012 at 5:18 am
In that case, you ought to check with your DBA.
John
February 3, 2012 at 5:14 am
My programmer boss gave it to me...Considering he has 20 years of experience I was hoping it would work!
Maybe it would if it were run from the right place -...
February 3, 2012 at 5:12 am
Depends on what you're trying to achieve. Where did you get the VB code from? If it's a question about how to compile VB code so that you...
February 3, 2012 at 4:42 am
Well, something has got a lock on your master database file. Maybe you or someone else are trying to open it in a text editor, for some reason? ...
February 3, 2012 at 4:38 am
Looks like you're trying to run a VB script through SSMS.
John
February 3, 2012 at 4:34 am
Viewing 15 posts - 4,741 through 4,755 (of 7,191 total)