Viewing 15 posts - 61 through 75 (of 1,270 total)
Actually, the issue is that the login is already mapped to a different user. In this case, the user is called "\SW".
Drop the database user \SW and then you can...
November 24, 2013 at 1:35 pm
Always backup your system databases!
Before trying anything drastic, I would look at the data in those tables on a different instance and try to figure out what data needs to...
November 24, 2013 at 1:24 pm
It depends. Small data sets will usually perform better with the CTE whereas large datasets will usually perform better with a temp table. Regardless, the best answer is to test...
November 24, 2013 at 1:20 pm
If you're going to store it as MMYYYY, I would store it as an int, not a date or datetime. Otherwise, it will be converted to a different format.
November 24, 2013 at 1:18 pm
mah_j (11/24/2013)
how can I put the clustered index somewhere...
November 24, 2013 at 1:15 pm
Only backups are listed int he backupset table. Restores are tracked in the restorehistory table.
November 24, 2013 at 1:12 pm
Vedran, when I got the news last night, I immediately thought of you and how you just took the exam a few days ago. I hope you pass the exam...
August 31, 2013 at 8:37 am
mohammed moinudheen (8/31/2013)
Does it mean there is no MCSM program for SQL Server 2012 too?
Yes, it does mean that. No MCSM for anything.
August 31, 2013 at 8:31 am
I hate to be the bearer of bad news, but all of the MCMs and MCAs got an email tonight (10 PM on a Friday night before a holiday weekend)...
August 30, 2013 at 11:54 pm
GilaMonster (8/29/2013)
When did you last see someone specifying the mantissa for a float? If not specified (as in the OP), the default is 53, which requires 8 bytes.
I saw in...
August 29, 2013 at 5:00 pm
The reason that len(cast(0.28999999165535 as float)) returns a length of 4 is because the LEN() function accepts string or binary data which means an implicit conversion has to occur before...
August 29, 2013 at 4:43 pm
There isn't a logging aspect any more. There's is only doing.
August 27, 2013 at 1:53 pm
first of all, use square brackets around the database name:
ALTER DATABASE [SharePoint_AdminContent_e96sd86f-ec29-46655f-b9562a-d0cgch77d3c46] SET ........
August 22, 2013 at 1:50 pm
I will disagree with Denny on one very small point. I think you should bring in the consultant now, not later.
August 22, 2013 at 1:46 pm
Viewing 15 posts - 61 through 75 (of 1,270 total)