Posts

SSDT: Configuration specific .sqlcmdvar files not possible (as used in vs2010 database projects)

hello, in vs2010 database projects create several .sqlcmdvar files , associated them specific build configuration (like debug, qa, release). in sql server data tools can define sqlcmdvars without association configuration. is correct? regards thorsten the equivalent of referred publish profile. can create n number publish profiles. right click on project, select publish , in window appears, can choose save profile, create new profile. saved <name>.publish files in xml format , can store settings. SQL Server  >  SQL Server Data Tools

The URI prefix is not recognized SL3 VS2010

i keep getting no matter place file. private void client_openreadcompleted(object sender, openreadcompletedeventargs e) { system.io.streamreader sr = new system.io.streamreader(e.result); string s = sr.readtoend(); sr.close(); } private void usercontrol_loaded(object sender, routedeventargs e) { client.openreadcompleted += new openreadcompletedeventhandler(client_openreadcompleted); client.openreadasync(new uri("messages.txt", urikind.relative)); } looking read messages.txt. placed in bin/debug/ same error. also  told compile resource; wrong? i new silverlight , seems file io isnt simple win32/64. what did let generate? sample page? said, not enough; need host silverlight application in web application project . Silverlight  >  ...

Monitoring Printer Devices in the Metro App

hello. i'm daniel park , working software engineer. i have questions background task on windows 8 monitor status of printing devices. i've been testing background tasks metro ui because need implement monitoring metro app check printing status when user print out via installed printers. implement part, think background task can used polling printing devices , show toast messages if there critical errors firing triggers. i've faced issues feasibility. initial plan think background task monitoring printer devices can fired timertrigger or sessionstart trigger , task running thread check device , show toast messages if there critical device errors. , it’s terminated if printing job finished checking device status. first of all, minimum configuration of timertigger 15 min. cannot used monitor device in real time. if can use timertigger more specific time such 500 milliseconds, when printing fired, printer driver call background task monitor devices during printi...

SQL Server In-Place Upgrade

Image
hi, i trying in-place upgrade (sql 2012 - sql 2014) 1 of production sql server. copying current reportserver information , adivsor suggested fixes. can me on please. suggested fixes advisor https://msdn.microsoft.com/en-us/library/ee240767(v=sql.120).aspx please click mark answer if post helped. SQL Server  >  SQL Server Reporting Services, Power View

Automatic Renewal of Certificates issued by Standalone CA to Servers in DMZ

hi, i need make sure possible. context scom issue certificate renewal... were planning on having standalone ca internally , planning on creating on 1500 different certificates (1 each server) these servers in strict context. external , seperated firewall standalone ca. i can publish crl thats ok can find way through ldap, ftp, http doesnt matter. how can renew 1500 certificates? i hope context clear enough in advance benjamin niaulin with standalone ca, must manually renew certificates (or script renewal). your chance automated renewal implement enterprise ca rather standalone ca. brian Windows Server  >  Security

Problems with LDAP and WINS queries from new subnet to DC

hello, i attempting implement new workstation subnet. here information: nyc-dc 192.168.20.10 workstations: 192.168.21.0/24   when attempt logon from workstation on vlan21 (192.168.21.0/24), receive "domain not available" logon error. i have captured packets inline see conversation workstation on vlan21 (192.168.21.0/24) nyc-dc versus of a workstation on vlan20 (192.168.20.0/24).  it appears no responses sent dc workstation, other dns (which can see workstation receiving srv record). inter-vlan routing taking place on firewall, , policies have set correct (see: http://social.technet.microsoft.com/forums/en-us/winservernis/thread/6de9c3f0-2841-4a74-80bb-46a02779124b/#b212362f-9583-42f7-89a3-57e5ad8f53aa ). i have configured subnet in active directory sites , services , associated subnet correct site.   what else need in order configure subnet's workstations authenticate dc? any appreciated.   thanks, matt brown <sm...

dns blocked?

i have servers on dmz , while can ping external ip , not able resolve ip names i can ping public ips but cannot ping public names i changed dns server of opendns;s 208.67.220.220 , 208.67.222.222 and still wont resolve any idea? is dns blocked firewall? so if working before has changed. i'd in touch isp if provide dns. if think firewall can try turning off or in touch network security group.       regards, dave patrick .... microsoft certified professional microsoft mvp [windows] disclaimer: posting provided "as is" no warranties or guarantees , , confers no rights. Windows Server  >  Windows Server General Forum