Siccolo - Free Management Tool For SQL Server!Siccolo - Free Management Tool For SQL Server!Siccolo helps MS SQL Server professionals save time and increase their productivity by utilizing a more efficient approach to database management
Articles:
1, 2
Articles
fix for Error: FacebookAPI.CreateSession() -> FacebookAPI.ErrorCheck(): Inv
2008-03-07 19:30:00 Fix for FacebookAPI.CreateSession() - FacebookAPI.Error Check() - Invalid Parameter problem in Facebook Developer Toolkit - see it at Siccolo articles More About: Grid
Developing Facebook Application with FBML and .NET article on www.codeproje
2008-03-06 22:59:00 Siccolo development article on www.codeproject.com - ">Developing Facebook Application with FBML FBJS and .NET, with C# More About: Article , Grid
Developing Facebook Application with FBML and .NET article on www.lottext.c
2008-03-06 22:23:00 Siccolo development article on www.lottext.com - Developing Facebook Application with FBML FBJS and .NET, with C# More About: Article , Grid
Developing Facebook Application with FBML and .NET
2008-03-06 21:59:00 Developing Facebook Application with FBML FBJS and .NET - how to build a sophisticated Facebook application that interacts with Facebook users and with a SQL Server database - see it at Siccolo articles More About: Grid
Develop Custom File Upload article on www.lottext.com
2008-03-04 21:15:00 Siccolo development article on www.lottext.com - Develop Custom File Upload with Javascript and Scripting.FileSystem Object More About: Article
Create Custom File Upload - .NET Software Development - Javascript and Scri
2008-03-04 20:49:00 How to create Custom File Upload - .NET Software Development - Javascript and Scripting.FileSystem Object - a new Siccolo development article - Custom File Upload with Javascript and Scripting.FileSystemObject, Web Service/ASP.NET and C# More About: Software Development
address showModalDialog() problem and javascript
2008-03-04 15:45:00 new article on Siccolo - address showModalDialog() problem and javascript More About: Javascript , Problem , Address
Personal Security Certificate PFX article on www.lottext.com
2008-03-03 15:44:00 posted article on Windows Mobile - How to Install Personal Security Certificate PFX More About: Article , Store , Context
sql number format and sql format number
2008-02-26 17:45:00 Creating user defined number format function to dbo.format_number (1234), dbo.format_number (-1234.05), results are:1,234 and -1,234. More About: Format , Number
sql currency format and sql format currency
2008-02-26 17:43:00 Creating user defined currency format function to select dbo.format_currency (1234), dbo.format_currency (-1234.05), results are:1,234.00 and -1,234.05. More About: Currency , Format
How to Install Personal Security Certificate in C# compact framework using
2008-02-01 20:08:00 Access web service with required personal security certificate - using x509 PFX personal certificate - Install Personal Security Certificate in C# compact framework. :...byte[] pfxData = GetFile(certificatePath);...CRYPT_DATA_BL OB pPFX = new CRYPT_DATA_BLOB();pPFX.cbData = pfxData.Length;pPFX.pbData = Marshal.AllocHGlobal(pfxData.Length);Mars hal.Copy(pfxData, 0, pPFX.pbData, pfxData.Length);...hMemStore = PFXImportCertStore(ref pPFX, password, CRYPT_USER_KEYSET);...cert_MY_store = CryptoAPI.CertOpenStore(new IntPtr(CERT_STORE_PROV_SYSTEM_W), 0, IntPtr.Zero, CERT_SYSTEM_STORE_CURRENT_USER, "MY");......CertAddCertificateContext ToSt ore(cert_MY_store, hCertCntxt, ... More About: Pocket
.NET Compact Framework Miscellaneous Development Tips...
2008-02-01 20:02:00 .NET Compact Framework Miscellaneous Development Tips :Access web service with required network credentials - System.Net.NetworkCredentialHow to Install Personal Security Certificate in C# compact framework - x509 PFX personal certificate - CertAddCertificateContext ToStore () - PFXIsPFXBlob()How to Check if Personal Security Certificate Exists in C# compact framework - x509 PFX personal certificate - X509Store - X509Certificate2CollectionHow to Retrieve Windows Mobile Device ID in C# Compact Framework - GetDeviceUniqueID()How to Retrieve Windows Mobile SIM Phone Number in C# Compact Framework - SmsGetPhoneNumber()How to Retrieve Windows Mobile Application Directory in C# Compact Framework - Path.GetDirectoryName()How to Retrieve and Load XML Settings in Windows Mobile Application in C# Compact Framework More About: Data
How to open Dataset from a Text File and display Text File in GridView or i
2008-01-15 18:45:00 New article at Siccolo .NET Development Articles - Open Data set from Text File - Load ListView and GridView in .NET from TextFile - using OleDB namespace and OleDbConnection , OleDbCommand, OleDbAdapter, DataSet, DataRow, DataColumn objects... More About: Display
[off topick] - what is NETWORK MARKETING
2007-12-26 18:28:00 read more at Articles from Entrepreneur, World Traveler, Health/Wealth Consultant, Mentor - Juliette Gray More About: Marketing , Network Marketing , Network
How to enumerate running processes using WMI and Win32_Process class
2007-12-11 19:34:00 see at How to enumerate running processes using WMI and Win32_Process class More About: Running , Class , Processes
SQL Sever - How to Create a Directory (Folder) - Using xp_cmdshell and mkdi
2007-12-06 22:30:00 SQL Sever - How to Create a Directory (Folder ) - Using xp_cmdshell and mkdir command
How to Mass Rename Files from SQL using xp_cmdshell and rename command
2007-12-06 22:26:00 SQL Server - using xp_cmdshell and rename command to mass rename files More About: Rename , Files , Mass , Command
... more on using WMI - Windows Management Instrumentation
2007-11-08 16:01:00 See how to build Network Browser by Using WMI to retrieve Domain Information, Enumerate Computer s on Network with WMI - .NET allows to retrieve almost any information about local network by using WMI - Windows Management Instrumentation - service with ManagementObjectSearcher class and in conjunction with Active Directory Service Interfaces (ADSI) - Active Directory hierarchy. with Network Browser by Using WMI to retrieve Domain Information, Enumerate Computers on Network with WMI:Retrieve Domain Name - Using WMI Win32_ComputerSystem - ManagementObjectSearcher, SelectCommand(), ManagementObjectEnumerate computers within a domain - Using DirectoryEntryEnumerate users within a domain - Using WMI Win32_UserAccount - ManagementObjectSearcher, SelectCommand(), ManagementObjectEnumerate services on a computer - Using WMI Win32_Service - ManagementObjectSearcher, SelectCommand(), ManagementObjectEnumerate services on a computer using WMI - Win32_Serviceand also - How to check for Shared Op... More About: Connection
Event Log Watcher Process - Export Event Log as RSS feed - Part II - using
2007-11-08 15:55:00 See how to develop a simple applciation to "export" Windows Event Log Entries as RSS Feed s using WMI - Windows Management Instrumentation - with Win32_NTLogEvent - ManagementEventWatcher at Siccolo Articles - Build Windows Event Log Watcher Service Process to Export Event Log Entries as RSS feed using Windows Management Instrumentation - with Win32_NTLogEvent - ManagementEventWatcher More About: Part
Build Windows Event Log Watcher Service Process to Export Event Log Entries
2007-11-05 23:01:00 See how to develop a simple applciation to "export" Windows Event Log Entries as RSS Feeds at Siccolo Articles - Build Windows Event Log Watcher Service Process to Export Event Log Entries as RSS feed
.... more on MS CRM customization - Adding Custom Report to CRM
2007-09-04 18:03:00 New article on how to add your own custom report to CRM reports - using grid_data_reports.aspx - see How to customize MS CRM at Siccolo articlesmore articles at Siccolo Articles More About: Report , Custom , Customization
using SQL OLE Automation
2007-08-30 18:08:00 Siccolo articles and samples on how to use SQL OLE Automation methods to work with MS Excel and MS Word at:How to print a document from SQL stored procedureHow to convert Excel file into Table using OLE Automationmore articles at Siccolo Articles
Microsoft CRM Customization - Import Leads records from Excel into CRM via
2007-08-30 18:05:00 New article on how to setup a process to allow users to upload Leads records from Excel file into CRM database - see How to customize MS CRM at Siccolo articlesmore articles at Siccolo Articles More About: Microsoft , Records , Customization
Format to "Currency" with SQL
2007-08-24 21:15:00 see it at Siccolo Articles - How to Create SQL Function To Format To Currency
Siccolo Web Client for Mobile devices - for PocketPC, SmartPhone, Blackberr
2007-08-24 20:56:00 Siccolo Web Client for Pocket PC, SmartPhone, Blackberry, iPhone, Palm, Symbian helps MS SQL Server professionals save time and increase their productivity by utilizing a more efficient approach to database management - use their Mobile device while sipping margarita on the beach. Siccolo Web Client for PocketPC, SmartPhone, Blackberry, iPhone, Palm, Symbian extends support from mobile devices for Microsoft SQL Servers, enables database administrators to manage their SQL Server environments using a Mobile device, assures the availability of MS SQL Servers 24 X 7. Siccolo Web Client for PocketPC, SmartPhone, Blackberry, iPhone, Palm, Symbian allows to be mobile with Siccolo Mobile Management Tool! Engineered to help you extend your support for mobile devices. More About: Smartphone , Devices
Create Animated GIF right on windows mobile Smartphone!
2007-08-09 22:23:00 Giffy for Smartphone (Based on Windows Mobile 5) allows to create Animated GIF right on users windows mobile based Smartphone! More About: Windows Mobile
Create Animated GIF right on PocketPC!
2007-08-08 22:21:00 Giffy for Pocket PC (Based on Windows Mobile 5) allows to create Animated GIF right on users PocketPC! More About: Create
and now Siccolo for SmartPhones - SiccoloSP - coming to a phone near you!
2007-07-25 16:47:00 Wanna manage your favorite SQL Server while sitting on a beach from your SmartPhone ? - then SiccoloSP is for you! - view SiccoloSP screen-shots More About: Smartphones
Siccolo - SQL Server management tool w/ administration capabilities and ...
More articles from this author:2007-04-11 22:39:00 Siccolo helps MS SQL Server professionals save time and increase their productivity by utilizing a more efficient approach to database management - use their Windows Mobile empowered device while sipping margarita on the beach.read more | digg story More About: Management , Tool , Administration 1, 2 |



