Viewing 15 posts - 406 through 420 (of 966 total)
Hi, I'm trying to search a logfile with xp_readerrorlog for certain text but i would like to exclude databases starting with letter B for example. Does anyone know if this...
July 3, 2013 at 2:03 am
I know the current release in TechNet (which I am still fuming about MS's decision to kill off BTW) has sp1 integrated into it.
Alternatively, if you're looking at automating an...
July 3, 2013 at 1:50 am
Glad you got it up and working!
July 3, 2013 at 1:45 am
Can you post the code you entered and the exact error message displayed?
July 3, 2013 at 1:39 am
Based on the error message it sounds like a db was setup for log shipping and stopped working a little over 19.5 days ago.
In SSMS if you right-click on the...
July 3, 2013 at 1:38 am
but we need to restore the litespeed db backup without installing litespeed.
???
Is the db originally from another system that had litespeed? If not how did the backup get created in...
July 3, 2013 at 1:33 am
What media did you install SQL originally from? Was it a disk? A single executable? It is hard to tell you where to install it from without knowing what media...
July 3, 2013 at 1:13 am
The only way to guarantee order you must use an ORDER BY clause in your query. SQL Server will not guarantee the order of the data otherwise.
+1
Set theory does not...
July 2, 2013 at 6:27 am
The SQL Server service must be up and running because people are using that database right now.
Just because people are connecting to a db does not mean that the db...
July 2, 2013 at 5:28 am
Did you see this line:
Product: Microsoft Visual Studio 2008 Shell (integrated mode) - ENU -- Error 1719.The Windows Installer Service could not be accessed. This can occur if you are...
July 2, 2013 at 4:24 am
Looking around on the web it looks like you cannot setup transactional replication with that option enabled. It has been noted on several TechNet and MSDN forum sites as well...
July 2, 2013 at 3:41 am
Grab the setup logs and post them if you can.
July 2, 2013 at 3:30 am
Is there a reason you need that option? It is a deprecated feature and has no affect in SQL Server 2012.
July 2, 2013 at 3:19 am
It sounds like you have just installed SQL Server Management Studio, not the database engine. If you open up Services in your control panel do you see any SQL Server...
July 2, 2013 at 2:46 am
Have you taken a look at this link from BOL?
July 1, 2013 at 2:31 am
Viewing 15 posts - 406 through 420 (of 966 total)