Viewing 15 posts - 1,411 through 1,425 (of 1,539 total)
Thanks Lowell and bitbucket.
Finally i got it working. Everything is in place now, including sample databases 🙂
Though i have msde, standard and enterprise of 2000; and msde, enterprise of 2005...
December 20, 2008 at 3:22 pm
Hmmmm. I've XP SP2 on my laptop and it wont allow me to use my LAN resources when i'm on wireless network (i am unable to even ping other resources)........
December 20, 2008 at 10:43 am
December 20, 2008 at 10:21 am
THis is not an issue of Sql Server....
It relates to network. Once you're on your wireless network, you wont be able to connect to your LAN or access other machines...
December 20, 2008 at 9:48 am
Thanks Lowell. I was just wondering how much they've squeezed to make an express edition in just 50 MB where as enterprise one takes more than 800 MB.
This one has...
December 20, 2008 at 9:14 am
i installed the 53 MB Express edition.. I dont see the VSShell folder under BINN folder.. also searched for ssmsee.exe on my hard drives... didnt find it..
I had also installed...
December 20, 2008 at 7:44 am
probably u may want to go through these links... similar issues..
http://bytes.com/groups/ms-sql/79584-remote-database-updates-take-long-time-complete
December 19, 2008 at 9:38 pm
getdate()
December 19, 2008 at 10:23 am
I completely agree with Michael. Worst part is you'll present inconsistent data to your users. You got to understand the dangerous part of it. Users tend to take help of...
December 19, 2008 at 9:53 am
You may want to browse through few more informative sites on that besides the one given by David.
http://www.sqlmag.com/Article/ArticleID/25710/Synchronizing_Logins.html%5B/url%5D
Also, search for synchronizing logins on SQLServerCentral.
December 19, 2008 at 9:45 am
The example you gave supports you. will give it a try on monday to see the results(just to 'see' it with own eyes ). But definately clarifies my doubts.
🙂
December 19, 2008 at 9:33 am
1. I assumed you database has not crashed. You just needed to restore the full database, the backup of which was already available to you. Methods i wrote was sufficient.
2....
December 19, 2008 at 9:23 am
1. To copy data within two databases residing on same server, its rather easy...
something like
Select * into db1.dbo.DestinationTable from db2.dbo.SourceTable
Do keep in mind that only table structure and data...
December 19, 2008 at 9:05 am
i would suggest you to design the spreadsheet in the format of X rows and Y Columns and remove all those merged columns.
Make sure you enter the raw data in...
December 19, 2008 at 8:59 am
I'm all the more confused. I believed what Adi said in his post. But again searched through internet when Ewan raised the issue.
Here are some of the exceprts :-
Each time...
December 19, 2008 at 5:06 am
Viewing 15 posts - 1,411 through 1,425 (of 1,539 total)