Viewing 15 posts - 1 through 15 (of 23 total)
Hi,
I was able to solve the problem by getting some pieces of info from different articles. I saved the file name filename_yyyymmdd_1
(1 is the sequence) in a db table every...
September 19, 2019 at 8:23 pm
I can get the sequence from the database using a function or I can run a stored procedure to create the file and store it in a table and then...
September 13, 2019 at 1:51 pm
The problem was due to ODBC tracing was set on by the network admin on the server. Once the tracing stopped, everything back to normal.
June 27, 2008 at 7:57 am
Maybe it's started. Did you try connecting to master from QA?
June 3, 2007 at 9:51 am
From the command prompt type
sqlservr.exe -c -m -T3608
(You have to switch to the binn directory where sqlservr.exe resides, unless it's in your path. Normally it's in
C:\Program Files\Microsoft SQL Server\MSSQL\Binn)
And...
May 27, 2007 at 10:50 am
itay,
how are you starting? from EM or command prompt? For some reason setting the startup parameters in EM didn't do anything. It works from command prompt
May 24, 2007 at 7:10 am
Liliya,
Thank you so much for your information. With your information I could have migrated the replication to the new server , but our management decided to keep the old server...
May 21, 2007 at 11:04 am
During the times the Windows crashed, no backups were done. So I don't think the backups were causing the issue for us.
May 10, 2007 at 2:03 pm
You can create a sp in sql server to import the data using t-sql or DTS package. Then you can call this sp from Access using an OLEDB connection. I...
August 2, 2005 at 8:18 am
When the networks are not trusted, you cannot use windows authentication. You have to use SQL authentication.
July 26, 2005 at 11:07 am
Microsoft will never take VB.Net away. They may improve it. It's still more user friendly than C# and the code is better readeable, but C# is more powerful in the .NET world.
May 2, 2005 at 7:25 am
I would take either VB.NET or C# to use with SQL Server for the following reasons.
1. Both are Micorosft products so more features are available.
2. Uses less development time.
3. OOD.
4....
April 29, 2005 at 7:02 am
We never had any performance problems with drop down lists with ODBC connections. We use the DSN-less connection to SQL Server.
March 23, 2005 at 6:56 am
If your Access query contains many joins or multiple tables, it's slow using ODBC conections. Either you have to use those queries in the SQL Server view or you have...
March 17, 2005 at 6:46 am
Viewing 15 posts - 1 through 15 (of 23 total)