Viewing 15 posts - 61 through 75 (of 82 total)
Are there any special tricks if you're trying to link a SQL2000 server into a SQL2005 server? I feel like I've tried every possible combination without success. :crazy:
I'm using this...
February 22, 2008 at 2:00 pm
I guess I'll have to talk to the DB2 DBA. I've tried just about every combination possible from the data that I have. I also checked that MS article and...
February 19, 2008 at 3:34 pm
OK, I assigned roles to my cube and now everyone is happy. At first I gave everyone the lowest security, Read, and they could see the cube, then they could...
February 16, 2008 at 8:41 pm
They already had read permissions on the database. I used my credentials on their machine when connecting, and that did the trick. However, I sure don't like doing that. Is...
February 13, 2008 at 12:43 pm
OK, had the users install the msxml6 file and the ASOLEDB9 file. They get the option to choose the OLAP 9.0 in the drop down now, however, they cannot see...
February 8, 2008 at 10:25 am
I, personally, have ExcelXP, but I've got the SQL2005 client tools loaded. I assume that's why I can see the data in Excel. How about Excel2003, will that work? Or...
February 7, 2008 at 3:24 pm
Wow, the first one I tried today actually worked. It was:
http://servername/Reports$minstancename/Pages/Folder.aspx.
I don't think I tried the /Reports$myinstancename syntax. I also went into IIS Manager and selected...
January 28, 2008 at 10:32 am
I tried that, http://ABC/$XYZ where
ABC = my server name and
XYZ = my instance name
still no luck. I also made sure that active content was enabled in...
January 28, 2008 at 10:15 am
That did it. At least when I'm working on the server itself. How about when I try and hit it from the browser on my pc? I think I've tried...
January 25, 2008 at 10:26 am
Don't feel stupid. Those shouldn't even show up if the user is just a Browser. Microsoft should've seen to this. Now the user is going to be curious about what...
January 24, 2008 at 1:53 pm
Logically you shouldn't be using that field for anything but a surrogate key. But yes, you can get the current maximum from that field by using:
SELECT MAX(YourIdentityField) + 1 FROM...
January 18, 2008 at 10:52 am
Is it possible that when the former DBA left, his account was disabled, and the VB app is using a connection with his credentials? I've experienced that before when someone...
January 18, 2008 at 9:20 am
I come from a shop that used Access for their production apps. I tasked myself with the job of converting as much data/queries/reports to SQL Server. I converted all queries...
January 18, 2008 at 9:12 am
Great!! I'll try it and let you know my progress.
January 15, 2008 at 8:09 am
Those links are awesome. I use the experiment method where I try everything under the sun and finally give up, then ask someone else. Thanks guys.
January 8, 2008 at 4:35 pm
Viewing 15 posts - 61 through 75 (of 82 total)