Viewing 15 posts - 1,141 through 1,155 (of 1,219 total)
...but as far as I can tell, there are no changes to contained databases in SQL 2014, at least not in CTP1.
July 15, 2013 at 1:45 am
Jeff Moden (2013-07-14)
July 15, 2013 at 1:44 am
So I tried to repro the problem my filling up the table you posted with 10 million rows, which then exported to file in native format. Then I used BCP...
July 14, 2013 at 4:19 pm
You mention spooling, that should not really happen - but I know that it can happen under some circumstances anyway. Some of these issue were addressed in SQL 2008, but...
July 14, 2013 at 3:45 pm
EXEC ('DROP USER thatuser') AT YourServer
July 14, 2013 at 3:30 pm
david.griswold (7/11/2013)
July 14, 2013 at 3:28 pm
newbieuser (7/10/2013)
July 14, 2013 at 3:24 pm
Sean Lange (7/12/2013)
Wow that would the first time that an older version of SSMS can connect to a newer version. Interesting.
No, SSMS 2005 SP3 can connect to SQL 2008 as...
July 14, 2013 at 3:23 pm
c4ntaloop (7/11/2013)
July 14, 2013 at 3:21 pm
Here is a query that generates the ALTER INDEX commands for you. Making this into a cursor is left as an exercise to the reader.
Note: I don't have multi-filegroup database...
July 14, 2013 at 3:12 pm
There is no such thing as "database refresh" or "database rebuild" per se. Of course, as gaddamshiva says, the terms can carry a meaning locally, but may not be easily...
July 14, 2013 at 2:49 pm
This is a non-trivial problem, and a T-SQL only solution is impossible. If you are on SQL 2012, you should have a look at Data Quality Services. If you are...
July 14, 2013 at 2:44 pm
There was such a feature in SQL Server 6.x. It was removed, because it was really a bad feature which permitted users to screw up their databases big time -...
July 14, 2013 at 2:34 pm
sp_unbindefault should not work, nor does it when I test.
ALTER TABLE DROP CONSTRAINT works, but you should check sys.default_constraints, and not sys.foreign keys.
July 13, 2013 at 4:18 pm
That option is for some reason only available when you design a view. The idea is that when you design a query, you put the result back to the query...
July 13, 2013 at 3:16 pm
Viewing 15 posts - 1,141 through 1,155 (of 1,219 total)