| What is RSS feed? | About Us |
Source: geekswithblogs.net --- 49 minutes ago
August 11 th at 6:00 Join us for our next Tampa Bay Business Intelligence User Group meeting in the new Microsoft offices! The new offices are located at 5426 Bay Center Drive, Suite 700, Tampa, Fl 33609 Here's a link to a map: http://maps.live.com/?v=2&where1=5426%20Bay%20Center%20Dr%2C%20Tampa%2C%20FL%2033609-3444&encType=1 This meeting will start off with a brief presentation of the value of Text Editors when developing ETL systems. If you know of some great tricks with UltraEdit or Textpad, or if you prefer a different Text Editor, come prepared to join the conversation! The main event of the evening will be a presentation by Robert Skoglund, our local Microsoft B.I. Architect, on the new B.I. features in SQL Server 2008! Please RSVP to tampasqlbi@gmail.com if you plan on attending so that we can be sure to have enough food. Tampa SQL BI has a new URL...http://tampabaybi.sqlpass.org ... Source: geekswithblogs.net --- 49 minutes ago
Tampa SQL User Group Andreas Etelkozi will present Data Scrambling. Data Scrambling is aimed to assist DBA-s to represent schema, data volume and characteristics of data8/19/2008 for different purposes, without divulging the real data. This presentation will give an understanding of the levels, problems and possible solutions of Data Scrambling, together with a practical demonstration. Food and drinks will be provided by Mike DeLucia of PF1. Tue 8/19 6:30PM Franklin Templeton Building RSVP: https://www.clicktoattend.com/invitation.aspx?code=130674 ... Source: forums.techguy.org --- 3 hours ago
Vista Ultimate with SP1 Office 2003 Professional, with SP3 SQL Server 2005 is installed. I don't know how I installed it. How do I uninstall SQL Server 2005? Do I use Add / Remove Programs? If so, with which item do I start? I... ... Source: www.databasejournal.com --- 18 hours ago
Learn how to discover the TCP port for a SQL Server instance from the registry using Windows Powershell. ... Source: www.derkeiler.com --- 10 hours ago
Summary: Sophos experts have produced a free podcast offering administrators and web ... surfers advice on how to safeguard themselves against becoming a victim from ... SQL injection, where malicious and automated code attacks poorly configured ... ... Source: www.sqlservercentral.com --- 11 hours ago
Some reasons for the slow-running of database applications aren't obvious. Occasionally, even the profiler won't tell you enough to remedy a problem, especially when a SQL Statement is being forced to wait. Now, in SQL Server 2008, come XEvents, which allow you to look at those waits that are slowing your SQL Statements. Mario Broodbakker continues his series about SQL Server Wait Events ... Source: sqlmanager.net --- 1 hour ago
Once again, Microsoft has released a new version of SQL Server that promises to improve life for database administrators. The latest version is SQL Server 2008, and it offers a large variety of new features and functionality that will make the administrat ... Source: packetstormsecurity.org --- 17 hours ago
Active PHP Bookmarks version 1.1.02 suffers from a remote SQL injection vulnerability. ... Source: redmondmag.com --- 9 hours ago
Microsoft really wants SharePoint users to upgrade to SQL Server 2008, which was released to manufacturing on August 6. ... Source: www.adii.co.za --- 19 hours ago
I found this alternative to the very dated - phpMyAdmin - this morning... It is called SQL Buddy and the minimalistic & clean interface looks so much easier to use. Considering that it is freely available, I think I'll have a crack at the 2-step (unzip & upload) installtion process and see if it works as easy as they promise. Anyone else ever tried this? ... Source: www.tech-archive.net --- 1 day ago
Summary: One of the nodes on our active/passive cluster lost connection to the SAN ... due to a faulty port on our fibre switch recently. ... The quorum and two other disk partions ... ... Source: www.tech-archive.net --- 1 day ago
Summary: WTS Server. ... are there any issues that one would run into if you install ... SQL 2005 in a WTS on Windows 2003? ... ... Source: www.tech-archive.net --- 1 day ago
Summary: Recently everytime i try to start SQL Manager i get this error ... "sqlmangr.exe has generated errors and will be closed by Windows. ... will need to restart the program ... ... Source: www.tech-archive.net --- 1 day ago
Summary: I am having some difficulty configuring Report Server on Windows 2008 IIS-7. ... I can not set the Windows Service Identity or the Web Service Identity nor can I run the initialization portion of the Reporting Services Configuration Manager. ... ... Source: www.programmersheaven.com --- 1 day ago
I have a Client/Server Application for a Online Chat and Game site that i offer FREE for everyone its located at (URL address blocked: See forum rules) d/l client there and take a look at it, need a delphi 7 programmer to make some changed to the software, i do have the code, would like to talk to someone about what it would cost to make some needed changes in the software, ie: it has streaming audio/video uses a talk button, would like to make it so people can PICK a key to use to chat with, would like to fix a problem that it has with key used now (Scroll Lock) locks up or sticks when you use it at times and have to leave the room to clear it, would like to find out what it would cost to make the program capable of putting java/flash games in. Would also like to expand the admin tools and be able to select toold to give moderators on an individual basis. then look into converting database to SQL, this is a FREE site for everyone so it runs on donations, so must be VERY Reasonable priceing on programmer, if interested contact me at(E-Mail address blocked: See forum rules) thanks ... Source: www.hatoyu.com --- 16 hours ago
Eclipse PDT add SQL Explorer Download http://nchc.dl.sourceforge.net/sourceforge/eclipsesql/sqlexplorer_plugin-3.5.0.RC5.zip extract to eclipse directory restart eclipse Download mysql jdbc Driver http://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.1.6.tar.gz/from/pick?done=d10b825450fd93 http://www.64bitjungle.com/tech/eclipse-pdt-and-mysql-SQL-explorer-plugin/ ... Source: www.recruitireland.com --- 16 hours ago
COMPUTER PEOPLE - Salary: Undisclosed - Location: DUBLIN SOUTH - Updated: 20/08/08 ... Source: www.shamoneymaker.com --- 18 hours ago
Today this morning I was shocked to found out, one of my blog got hacked. Well as bad as it sounds, it wasn’t to the extent of OMG pandemonium crisis. When faced such situation, first tip is to always stay calm Secondly if you’ve done regularly backups, then you have no worries. And if you didn’t [...] ... Source: www.getafreelancer.com --- 4 hours ago
I have a VBA application (about 90MB) with linked tables to an Access database (about 500MB). I need to convert the Access database to mysql and make sure the VBA application still works. Most of VBA should... (Budget: $250-750, Jobs: .NET, ASP, Visual Basic) ... Source: raderdotnet.spaces.live.com --- 23 hours ago
At the end of the last post , I pointed out that it's not very efficient: Because two SQL commands will be executed for fetching one Department, one for the department itself and the other for its company If we have to fetch only one department object, that's not a big problem. But if there are thousands of departments need to get from db, that's will becomes the bottle neck. Fortunately, Linq supports "Join" just like T-SQL. Please pay attention to the order of two operands of the equals expression: the entity joins the other is before "equals", and the entity which is joined is after "equals" Linq will generates only on SQL command for each department: exec sp_executesql N'SELECT [t0].[dep_name] AS [name], [t0].[dep_id] AS [DepartmentID], [t1].[comp_name] AS [name2], [t1].[comp_id] AS [CompanyID] FROM [dbo].[department] AS [t0] INNER JOIN [dbo].[company] AS [t1] ON [t0].[comp_id] = [t1].[comp_id] WHERE [t1].[comp_id] = @p0', N'@p0 int', @p0 = 8 By the way, you can use SqlServer Profile,"SQL事件探查器" in Chinese, to listen what happened to SqlServer: Technorati 标签: linq to SQL , join , SQL server profile ... Find more results for SQL on RSSMicro.com |
Copyright © 2008 RSSMicro.com