Viewing 15 posts - 1,081 through 1,095 (of 1,219 total)
GilaMonster (7/23/2013)
It doesn't quite work that way. Sure, if the table you don't want restored is on a filegroup and you don't restore that filegroup, then the table's not taking...
July 23, 2013 at 5:56 am
I am able to reproduce the issue, and I note that it works if I attempt to bulk load the file from another SQL Server instance.
But what are you trying...
July 23, 2013 at 4:24 am
If your database hails from the SQL 2000, you should not be surprised to find procedures with correct settings, as Enterprise Manager in SQL 2000 had it wrong.
July 23, 2013 at 3:48 am
Oh, I've also caused an outage by adding a filtered index. But the system I work with a product and we make clear what we support and not. Turned out...
July 23, 2013 at 3:05 am
sql.lanka (7/22/2013)
July 22, 2013 at 4:17 pm
Is that the Filetable directory on the same server on a different one?
July 22, 2013 at 4:00 pm
I would not lose sleep over that unless you really know that SET NUMERIC_ROUNDABORT ON is actually in sway in your organisation. The OFF setting is the default, and I...
July 22, 2013 at 3:40 pm
Beside the tracing I suggested, things you could try is what happens when you move the SQL 2005 database to an SQL 2012 instance etc. But all that is time-consuming,...
July 22, 2013 at 3:33 pm
If I understand this correctly, the view definition refers to a table on a third server, and the column you are having problem with comes from that server?
From what you...
July 22, 2013 at 3:09 pm
rajborntodare (2013-07-22)
I have no idea, what do my manager expect from me??
So that is often the case in our professional lives: we are asked to produce something, but the person...
July 22, 2013 at 2:54 pm
mikej 14403 (7/21/2013)
I heard TSQL defaulted in SELECT DISTINCT queries to sorting by ASC.
Whenever you hear such things turn a deaf ear to it. The only way to...
July 22, 2013 at 1:28 am
mikej 14403 (7/21/2013)[hrI tested the query's output by using a SELECT DISTINCT query. The output wasn't ordered sequentially in ascending order.
To get an ordered output, you need to supply an...
July 21, 2013 at 2:27 pm
Thamizh (7/21/2013)
Will "DBCC FREEPROCCACHE" clear the old plan ?
I'm trying to find out all the possible outcomes if i drop and create the index?
If i get that, I can avoid...
July 21, 2013 at 1:49 pm
Viewing 15 posts - 1,081 through 1,095 (of 1,219 total)