Viewing 15 posts - 376 through 390 (of 545 total)
I have faced this and i had to uninstall SQL completely and then install a new installation, it worked 🙂
October 10, 2008 at 11:19 am
I need to make the 2 SQL statements into one, is'nt there a MERGE statement on SQL 2005 🙂
October 10, 2008 at 8:00 am
Are you running on the local machine or are you connected to a remote server, which SQL did you use mate @@version or the second one recommanded by allen 🙂
October 10, 2008 at 4:19 am
Thanks Nikel
We are using java hibernate to connect to SQL server, i need to know...
October 9, 2008 at 11:09 am
Hi
Is both the SQL servers are 32 bit?? if the server one is 64 bit try to set max memory for SQL server
Cheers
🙂
October 9, 2008 at 11:04 am
So you cant connect to the remote SQL server, and you did all the configuration that has been mentioned above 🙂
If i am understanding it right ???
October 9, 2008 at 11:01 am
Also have a check on the Network configutaion on SQL Configuration manager 🙂
October 9, 2008 at 10:54 am
it dosent seems to be large databases, i would shrink log files and save space, take a backup and then restore it to the place where you need them. its...
October 9, 2008 at 10:52 am
If you are using SQL 2005 Management Studio then you can see the server version as 8.xx on object explorer, else you can use select @@Version to check the server...
October 9, 2008 at 10:05 am
Yes - settings are 1000 Max size and 100 Max rows per job
This means that only 100 Rows will be stored per job, if the job tuns evey...
October 9, 2008 at 10:03 am
Hi Adam
U mean u detached the database from drive c and then tried to attach on drive E, are you...
October 9, 2008 at 8:45 am
if you are looking to find out your SQL license then use Select @@Version, this will let you know what version of SQL you are using and also the Windows...
October 9, 2008 at 6:22 am
Viewing 15 posts - 376 through 390 (of 545 total)