Viewing 15 posts - 34,351 through 34,365 (of 39,727 total)
You haven't really provided very much detail here as to what you are looking for. If you want to limit access to data based on username, then a view might...
November 22, 2004 at 9:11 am
My buddy Andy would say use Access and link it to your tables. Setup only links to those tables the users need.
November 22, 2004 at 9:10 am
There are a few issues with using Master. 1 you are changing the base system of SQL Server, no strong recovery on this db, contains system level information, etc., so...
November 22, 2004 at 9:09 am
Maybe this?
http://www.pcmag.com/article2/0,1759,1561029,00.asp
I'd check more on programming Windows sites instead of here. Mostly SQL Server guys here, not as many programmers.
November 22, 2004 at 9:06 am
Haven't seen this anywhere. It sounds like an issue with the Oracle driver from MS, you might need to contact them.
November 22, 2004 at 9:04 am
Hey, if you build one, send it in (articles@sqlservercentral.com). Be a good thing for our next book to help others out with.
November 19, 2004 at 10:12 am
Are you looking for a form to give to users so they can request a DB?
I don't have one handy, but we used to ask for size(data), guess at transactions...
November 19, 2004 at 10:12 am
There isn't a good way to do this. Some of the 3rd party vendors like Red Gate, have figured this out for their Compare tools, but they haven't published a...
November 19, 2004 at 10:00 am
Just install SQL on one of the servers, people can connect via IP or the NetBIOS name.
November 19, 2004 at 9:57 am
check the tables involved you may have conrruption in one of them.
November 19, 2004 at 9:56 am
Jimmy, the index thing seemed like a good guess. If it's just the display, I'm not sure what's wrong there. If it's really bugging you perhaps you want to contact...
November 19, 2004 at 9:55 am
What does your sproc look like? Why are you passing in the query? I'd expect the sproc takes a parameter for the price and you only pass in the 10.
November 18, 2004 at 11:36 am
I received this as a post with a long explanation of why it didn't work. It seemed reasonable to me and honestly I didn't setup a test for 4200 Unicode...
November 18, 2004 at 9:57 am
Please keep the comments on topic and professional. What may be "nuts" to you, may solve a problem nicely for another.
Marshall, the PK is the unique set of values in...
November 16, 2004 at 11:15 am
Viewing 15 posts - 34,351 through 34,365 (of 39,727 total)