Viewing 15 posts - 151 through 165 (of 992 total)
SQL Server is trying to (potentially) save you from yourself 🙂 It's saying that you're going to overwrite a database that's in FULL recovery mode which hasn't had its...
February 3, 2008 at 6:28 am
What tool are you using to edit the contents of the table? SSMS? There shouldn't be any particular limit on the number of ntext columns in a table.
February 3, 2008 at 6:22 am
Make it decimal(38,19). After that, do some table update of sorts to round the data appropriately and then use your GUI tools to make it decimal(25,10).
The table update could...
February 2, 2008 at 10:32 pm
Reformatting your drive and reinstalling Windows & MS SQL is not a small thing 🙂 You might as well have an entirely new computer.
Anyhow, you are logged into Windows...
February 2, 2008 at 10:25 pm
Hmmm... You could try to deny access to most of the tables in master I guess.
If you really want to go down that road (if they can view but...
February 2, 2008 at 7:10 am
Google's your friend.
See
(This has google cache looking at Experts-Exchange)
Also see http://support.microsoft.com/kb/281642
This might solve your problem.
February 2, 2008 at 6:31 am
Access to the master DB is required to a certain extent. What/why do you wish to deny (in) the master DB?
February 2, 2008 at 6:18 am
You could even go as far as to uninstall SSAS, reboot and then reinstall SSAS to see if that helps. Alternatively, install a second instance using defaults and see if...
February 2, 2008 at 6:17 am
Are you getting an error message? If so, what is it?
February 2, 2008 at 6:16 am
Good work on solving it yourself 🙂
You may think it seems a bit silly at first, but you may wish to consider creating a dates table (very similar to a...
February 1, 2008 at 10:24 pm
I haven't tried to decipher the dynamic SQL in too much depth but what error message (if any) are you getting. Is it just not filtering the way you...
February 1, 2008 at 10:20 pm
If your source data is that messy then that's probably the easiest thing to do.
February 1, 2008 at 10:14 pm
The first reply was spot on - keep it consistent with the rest of the system. I suppose you should also think of how beneficial a list of countries,...
February 1, 2008 at 10:13 pm
Google's your friend 🙂
Visit one of the first links in google's results (http://technet.microsoft.com/en-us/library/ms190312.aspx)
Then search on the page for correlation and you'll see how to make it...
February 1, 2008 at 6:09 pm
Can you hook SQL Profiler up to your Analysis Services instance and see if what commands, if any, are being issued? If so, can you then take those commands...
January 31, 2008 at 9:33 pm
Viewing 15 posts - 151 through 165 (of 992 total)