mikedopp

Geekswithblogs (edition)

  Home  |   Contact  |   Syndication    |   Login
  76 Posts | 0 Stories | 99 Comments | 0 Trackbacks

News

Twitter












Tag Cloud


Archives

My Blogs

SQL Server

There are 5 entries for the tag SQL Server
Um so you know its your dream to use windows server 2003/2008 as your desktop Operating system right? So most of you just said no. However for the small amount that might just be curious here is a little script to stop installed server applications built into these server installs. @echo off :start set /p _input="Server? [y/n]" if %_input% equ y ( echo Starting server services… sc start HTTPFilter REM HTTP SSL sc start IISADMIN REM IIS Admin sc start lanmanserver REM Server sc start MSSQLSERVER REM...

Download Video FeedSync (Project) Astoria Offline (Project) Take Data offline? Alter Remote Offline Data and use FeedSync to update when connected. Reasons: App availability Network Utilization Lower costs Leverage client UI Leverage Service Extend for collaboration Flexible: Write a provider for Service Desktop Devices Protocols extensions Metadata Handles arbitrary topology peer to peer mesh and point to point Layers: End to End Solutions Ado.NET Sync Astoria Offline Protocol and Store Providers...

Microsoft Data Platform Rich data services from SQL Server Using of course SOAP REST and APP within SQL Server SSDS. Live contacts has ADO.NET Connections... SYNC Framework synchronize contacts between endpoints. pulling or GET from url into xml or web service. Metadata file with Vcard info. No invoke needed within browser just service on box? SQL Server Data Services: Application Agility Scales without limits Business Ready SLA Scalable or downgradable to 2005 or 2000? SQL Server Data Services Layers:...

Applications interact with the outside world. mmm? Mashups and such. ok Many types of outside data.... Images RSS Business services Intranet services Mashup API's silverlight1.1 xaml and fun -no easy way to connect to other services. What does client code look like? Custom services. Recommended uses of services in silverlight Using silverlight front end connecting to webservice or database directly. Using C# void list<product>getproducts (string searchstring) Create service Define What does...

So I get this email. I forgot/lost the sa password. What to do? So I scrub the google database. Looking for an answer: Source Forgot or lost your sa password? Don't worry, there is a way out. Login to the SQL Server computer as the Administrator of that computer. Open Query Analyzer and connect to SQL Server using Windows NT authentication. Run sp_password as show below to reset the sa password: sp_password @new = 'will_never_forget_again', @loginame = 'sa' Technorati Tags: SQL 2000, MSSQL, Microsoft,...