Posts

Management Studio to remember servers?

if "connect" different sql servers in object explorer, close , reopen sql management studio, list of servers object explorer blank.  each time need re-connect list of sql severs. anyone know how management studio remember list of connctions in object explorer?   thanks, chris skor i don't belive possible, , bit much. do use registered servers? register each server use reguarly, easy enough double click server connects , opens object explorer. suffice? SQL Server  >  SQL Server Tools

Help with Adding Fields From Stored Procedure In SSRS 2008R2

hi, i working ssrs 2008r2 , getting error when attempt "drag , drop" field dataset uses sql stored procedure although ssrs exposes list of fields procedure. added calculated field dataset still gets error. error msg: "only fields current dataset can added" thanks help. francis, mcts: bi 2008, mcitp: bi 2008 stay thirsty friends thanks taking figured out issue was. the table on design surface not linked dataset. deleted table from the design surface , readded , worked. francis, mcts: bi 2008, mcitp: bi 2008 stay thirsty friends SQL Server  >  SQL Server Reporting Services, Power View

W2012R2 DHCP Failover - Bad Address

Image
hi, the scenario following: 2 win2012 r2 servers configured dhcp. each @ different city. all of scopes configured in failover (load balancing) all of pcs have own reservation (customer policy) all of pc's mac address registered @ filter (allow) every day occur approx. 10  reservations "bad_address" @ name, , mac value other original mac address (different reservations affected). the update kb2919355 installed @ both servers (https://blogs.technet.microsoft.com/teamdhcp/2014/02/24/dhcp-failover-fixes-in-kb-2919393-for-windows-server-2012-and-kb-2919355-for-windows-server-2012-r2/). the questions are: is above behavior normal behavior @ dhcp failover? if no, what else review/configure resolve above bad address problem? i'll appreciate help. thanks in advance! hi sccmadmin09, 1. may ping ip address being marked bad address, to check if ip addresses in use; 2. bad addresses random or specific ip addresses. bad addre...

licensing Hyper-V guests on Essentials

i install essentials on physical host , enable hyper-v role. guests 1 linux server , 1 windows server 2012 essentials experience. expecting use host server network file server. there best way this? in adavance . . . my understanding can install essentials sku vm under essentials sku hypervisor.  , not easy do.  can install server standard or data center hypervisor install multiple servers vms, 1 or more have essentials role added it.  host server, in cases, not licensed have roles other hypervisor. larry struckmeyer[mvp] if question answered please mark response answer others can benefit. Windows Server  >  Windows Server 2012 Essentials

Kerberos ticket decryption with C#, checksums do NOT match

Image
hi,   i'm trying decrypt encrypted part of kerberos ticket with c# using classical crypto classes. guideline follow pseudo code found in rfc 4757 (section 5 decrypt)   i included in c# code fragment portions ot pseudo code implemented. i'm still struggling fact checksums not match.   questions:   is password salted? somewhere read in kerberos 5 password salted pricipal name, format (just concatenated?), case applied (case sensitivity) is exportable encryption used or not? i must missing since said checksums not match.   code fragment (utility functions , classes not included) the encryptedticket.dat exported via wireshark ======================================================================================     byte[] k  = new byte[16];   byte[] k1 = new byte[16];   byte[] k2 = new byte[16];   byte[] k3 = new byte[16];             rc4 rc4 = null;             icryptotransform decryptor;             byte[] cypher = file.readallbytes(@...

Download help !!!

i have tryed download 4 times , ever time , every link just gose error page can beable download 2008 datacenter. is there beta download portal ? i technet member , not been able to testing able to the site don't work lol ?   try following link: http://www.microsoft.com/downloads/details.aspx?familyid=95cc89a8-0076-4571-b379-4aa4f526b893&displaylang=en Windows Server  >  Windows Server General Forum

Can someone please share PowerShell script for web service hosting in iis?

Image
can please share powershell script web service hosting in iis? ramakrishnan hi, hope below article helpful: powershell scripts automating web deploy setup  http://www.iis.net/learn/publish/using-web-deploy/powershell-scripts-for-automating-web-deploy-setup web server (iis) administration cmdlets in windows powershell http://technet.microsoft.com/en-us/library/ee790599.aspx regards, yan li cataleya li technet community support Windows Server  >  Windows PowerShell