Viewing 15 posts - 586 through 600 (of 2,647 total)
Personally, I think the main benefit is that the compatibility will disappear and you need to make sure that your code can run on new versions. It is the things...
June 27, 2012 at 9:31 am
Probably better to post this in an Oracle forum, not SQL Server.
June 27, 2012 at 9:27 am
achen9291 (6/27/2012)
how do i select the second row only from my table?my table name is #ProxyLog_count_2 and the column name i want is ClientUserName
What would it look like?
There is...
June 27, 2012 at 9:25 am
Welsh Corgi (6/27/2012)
Jared,Sorry I fogot to mention tjhat I already tried a repair and it did not resolve the issue.
Thanks.
Well, I relized that the uninstall that I mentioned that I...
June 27, 2012 at 8:29 am
Ok, running through the installation disk on my PC, I thought it may be best for you to go to the MAintenance section of the setup, and then select the...
June 27, 2012 at 6:19 am
Still didn't answer my question. What is the name of the named instance?
June 27, 2012 at 5:18 am
I have done it once before without any issues. Because SQL server does not require it, it shouldn't be an issue. However, in your case I would be worried about...
June 26, 2012 at 5:33 pm
GilaMonster (6/26/2012)
SQLKnowItAll (6/26/2012)
you now have a 330gb file with essentially 30gb free.Which is probably a good thing, much better than a 300 GB file with 30 MB free.
Very true... I...
June 26, 2012 at 3:09 pm
Hmm... What is the name of your named instance?
June 26, 2012 at 3:02 pm
Ah yes! So If I add only a small amount of data, but it is more than is available... The file will grow by the amount specified. When people...
June 26, 2012 at 1:30 pm
ChrisM@home (6/26/2012)
SELECT whateverFROM table
WHERE [field]=@var
UNION ALL
SELECT whatever
FROM table
WHERE @var = 'A' and field = 'B'
Nicely done... 🙂
June 26, 2012 at 1:14 pm
No the 4311 is, but it is not cumulative. So you installed that on server1 (hotfixes are installed independently from CUs) before the cumulative updates were installed. I...
June 26, 2012 at 1:10 pm
Grant Fritchey (6/26/2012)
SQLKnowItAll (6/26/2012)
Grant Fritchey (6/26/2012)
June 26, 2012 at 1:06 pm
Yeah, on 1 somebody applied a hotfix and not an update. I would work on getting them both to a "update" version, not removing a hotfix from 1.
June 26, 2012 at 12:58 pm
1. What version of SQL Server is each instance?
2. When you look at services.msc, are 2 instances showing up with MSSQLSERVER service? (i.e. is one analysis services or SSRS or...
June 26, 2012 at 12:55 pm
Viewing 15 posts - 586 through 600 (of 2,647 total)