Viewing 15 posts - 91 through 105 (of 140 total)
Ken,
I've had the exact same problem when using Visio to diagram a Foxpro 2.6 database. So frustrating!!!
So yeah, the process doesn't always work with older db's.
Cheers,
Angela
March 11, 2004 at 4:01 pm
If the default language is US_English and you want to change it to British or whatever, using @@Language would have to be hardcoded into your stored procs everytime. @@Language only...
March 3, 2004 at 4:29 pm
wz700,
While not disputing changing @@language may determine language and datetime formats, I have always changed it in Regional Settings so that it is consistent across the server.
Interestingly, upon checking my...
March 3, 2004 at 3:50 pm
Hi Meto,
Yes. Regional Settings DO affect SQL Server.
You should always change your Regional Settings before installing SQL Server as SQL Server looks at these...
March 2, 2004 at 11:11 pm
Create a function, then use this function in your stored proc.
/*This function will evaluate an input string and convert it to title-case format.
it uses the delimchars parameter to determine what...
March 2, 2004 at 10:55 pm
I like #1 but I don't understand the point of having the cube either, like a lot of other people.
Why not have a database symbol? That makes more sense to...
February 25, 2004 at 10:17 pm
David,
There is more than one test required to gain the MCDBA certification. Your best place to find information about an MCDBA is the Microsoft website.
BTW, Why do you want to...
February 25, 2004 at 9:34 pm
Fred,
Have you checked what Gary has suggested? Please tell us what you have found out from the developer in response to Gary's questions.
Angela
February 11, 2004 at 2:49 pm
How are you importing the file? Can you please describe the process. Also, are you using any temp tables in the process?
February 10, 2004 at 3:37 pm
What do you mean by invisible mode? You can put your database in single user mode but you won't be able to have users run transactions.
Angela
February 9, 2004 at 10:22 pm
I have had a simalar problem in the past. Server1 had default collation of SQL_Latin1_General_CP1_CI_AS and Server2 had a default collation of Latin1_General_CI_AS but the database had the SQL collation. ...
February 9, 2004 at 9:57 pm
I don't have a solution but the same thing happens to me. We have Service Pack 3a on all our servers (SQL Server 2000 & W2K) and it's still a problem. ...
February 9, 2004 at 8:38 pm
Personally, I like the old forum software as well, but I can understand that you've made a commitment to running the site on this new version.
The major things I don't...
January 14, 2004 at 11:19 pm
Where I was working previously we used Excel for most users, because it's no additional cost if you already run MS Office and it gave users the results they required...
January 14, 2004 at 8:20 pm
What do you mean by "network access". Just because you can ping the actual server does not mean you can connect to a database. You must be granted the rights...
January 13, 2004 at 6:48 pm
Viewing 15 posts - 91 through 105 (of 140 total)