Viewing 15 posts - 226 through 240 (of 1,655 total)
If you use Litespeed or not makes no difference.
You cannot restore a backup from a 2008 server to a 2005 server. The other way round, 2005 backup restoring on...
July 23, 2009 at 7:56 am
luckysql.kinda (7/23/2009)
Do following give any information?faulting module ntdll.dll, version 6.0.6001.18000
exception code 0x80000003, fault offset 0x00047dfe, process id 0x850
🙁
It probably does, but I wouldn't know what it means.
July 23, 2009 at 3:52 am
waqarlaghari (7/23/2009)
Dear Brother'sI need a scrpit of database that restore my back file into .mdf and .log files.
How can we provide you with such a script if we you don't...
July 23, 2009 at 3:24 am
SqlWb.exe is the executable for SSMS. So it's not your server which is broken just the client tool. I would recommend reinstalling hte client tools and see if that fixes...
July 23, 2009 at 2:28 am
There was a bug in SQL Server which causes this error. According to MS it was fixed in a cummulative update (build 3161) for SP2, but Sp3 should also fix...
July 10, 2009 at 2:20 am
Elliott (7/7/2009)
Also, are you doing the datapulls at the same time, could they be conflicting, does one start before the other(perhaps...
July 7, 2009 at 12:02 pm
Andrew Maxwell (7/7/2009)
July 7, 2009 at 11:56 am
My first question when I hear about a 100Gb logfile is what is the recovery model of the database? If it is not Simple, when do you take regular transaction...
July 3, 2009 at 2:51 am
Dugi (7/3/2009)
You can do it with third party tools, like RedGate Log rescue, Apex SQL, etc etc ...you can find many of them in the Internet!
Just keep in mind...
July 3, 2009 at 1:51 am
I'm not sure if it is a hard rule, but I would say that all the compatibilty views have a name starting with sys versus the new catalogue views, which...
June 22, 2009 at 6:56 am
amartha_dutta (6/17/2009)
Thanks a ton for your reply.
Actually this approach can't be used as this needs to hardcode the translation. But our approach needs to read the translation while generating...
June 17, 2009 at 4:22 am
In that case the PK from both tables should be part of the view.
For the inserts create an INSTEAD OF Trigger on the view.The trigger then should handle that...
June 17, 2009 at 2:58 am
Not sure if this is what you want, but can't you just use an expression for the textbox value which changes the text depending on the language parameter?
Something like this...
June 17, 2009 at 2:55 am
As a starter I would say have a look in Books online under How to: Set Up a SQL Server Database Alert
http://msdn.microsoft.com/en-us/library/ms187827.aspx
There's also a good article at Simple talk
http://www.simple-talk.com/sql/database-administration/sql-server-alerts-soup-to-nuts/
June 15, 2009 at 4:05 am
guptaajay1985 (6/15/2009)
Dear All,How to redirect a port in sql server
Thanx
Not sure if I understand your question correct, but if you want to change the port which is used by SQL...
June 15, 2009 at 3:58 am
Viewing 15 posts - 226 through 240 (of 1,655 total)