|
Here's a few of the new posts today on the forums. To see more, visit the forums.
SQL Parse??
- Hey everyone,
Trying to find a bit of help with a project I am working on.
Basically, we are trying to...
Loading Windows Application Logs to SQL Server 2012
- Hello,
Could someone help me the best way to load Windows Application/System logs to SQL Server DB.
Given we have application...
ForEach Loop to delete all files in folder.
- Hi...
I went to the following URL:
[url]http://consultingblogs.emc.com/jamiethomson/archive/2008/04/17/ssis-deleting-a-group-of-files.aspx[/url]
for some help on how to configure a For each loop to delete all the...
How does a C# CLR trigger know the table it was called for?
- I'm researching to create a C# CLR trigger that implements the auditing for any table in a database. One generic...
Redesign help
- Hi,
Ive finally been allowed to redesign some tables which are "wide" (Think Field1, Field2, Field3 ... Fieldn). There are multiple fields...
How to compare current row with previous row
- I'm not sure how this can be done in SSIS, but I would like to compare the current row to...
Progress To Sql Server
- Hi,
I am using SSIS to transfer a Database from progress to Sql server.
I am using OpenEdge 10.1B ODBC driver to...
NOT operator and Index Use
- Hi all,
Very basic question. I was reading the MCTS 70-433 training kit book from Microsoft, and fairly early on, they...
Find sub-tree nodes
- Hi,
I have a tree structure represented by a simple table that references itself:
[code]
CREATE TABLE [dbo].[AframeGroup] (
[GroupID] [int] IDENTITY (1, 1)...
Adding linked records
- I need to add records to a DB in SQL Server 2005.
Each composite record represents a project in the table...
How do you set relations in sql for tables
- I have several tables and need to set relationships. How do you do this with the sql server manager?
Thanks Lon
sql locking problem
- Hi,
I have a SP that calculates data based on criteria, the result were % and duration. It takes 8-10 seconds before...
rssbus Quickbooks Connection Error
- Hello,
I have create a SQL Server Agent job that reads data from the QuickBooks database using the file name and...
JOINing two tables with 2 SELECT Statements
- I am joining 2 tables of 30 columns with 5 mil and 50 columns with 10 mil rows. Now, I...
SSRS linked server to MySQL parameter problems
- In SSRS 2008, I have a linked server setup to SugarCRM using the 64 bit Mysql ODBC connector. Openquery is...
How to Graph SQL Server Data from a PowerShell Script
- Has anyone found a way to graph SQL Server data from a PowerShell script?
This link describes something close to what...
Querying EAV data
- Friends,
I am using a third partry tool whose database is modeled using Entity-Attribute-Value model.
What according to you would be...
many to many relations
- I have one table and the columns are bookingreference,complaintreference,category1,category2,desriptionofthecomplaint,
one bookingref have one complaintid,
one complaintid have many bookingreferences,
one complaintid have many...
Identity column and the seed
- I have seen a strang thing about the identity column of seed, and cannot find why, please help.
My situation is...
Convert Rows to Columns Pivot
- [font="Courier New"]
[code="plain"]
I have data in a table
ManagerGoals
EventID EEID CustValue
107 12 JLK
108 12 Manager
109 12 50
...
How do I use one column for node names and the others for elements in that node?
- I'm trying to query some data with FOR XML to output the XML. Let's say I have data like this...
Adding a composite record to 2 tables
- I need to add records to a DB on SQL Server 2005.
Each composite record represents a project in the table...
Cannot Generate SSPI Context with AD account
- I have several SQL 2K8R2 servers in "the cloud"; most work correctly. One is giving me problems.
On that one (which...
Multiple sql servers to a single mirror
- Hi,
It seems the answer is no to this but I would like to confirm this.
I have three SQL 2005...
SQL Server Maintenance Plans Failing
- I am getting the error below when I setup a job using the Maintenance Plan (SQL 2008 SP2). I have...
Database mail saying remote certificate invalid
- Hello Everyone,
I have a crushing issue that i have been looking all over the web, a week ago we moved...
SQL Largest tables
- Hi All
I'm using the built in "Disk Usage by Top Tables Report" in SQL Management Studio to check the tables...
Email after DB restore completion
- Hi,
I have a DB that gets restored from from different server everyday. Once the database restore is completed, I...
SQL Server 2008 - DB failed to attach
- SQL Server 2008 - DB failed to attach
DB files are of SQL Server 2008. I reinstalled, but still I see the...
SQL Server Agent service failed to start, windows 7
- Hello,
Please help me to fix the issue. Log file pasted below.
2012-10-20 20:46:17 - ? [100] Microsoft SQLServerAgent version 10.0.1442.32 (x86 unicode retail...
Index question
- I indexed a char datatype column but my query is still doing a table scan. So, indexes can be applied...
Are the posted questions getting worse?
- Is it me, or are the posted questions getting worse these days?
I just read a post by someone apparently in...
Problem to create a CONNECTION MANAGER inside a SSIS
- Hi to all.
I currently use SSIS of SQL SERVER 2008 R2 to create data flow to import data from several...
How to read Excel file name from stored procedure and file path in a variable in ssis
- Hi,
I have few excel sheets in a folder i need to load that sheets in a table the sheet...
SSIS vs SSMS !
- Here's a more theoretical question for you, to make change from all that hard code stuff.
It all started when someone...
Execution Of EXE
- Hi every one , any one help me on below requirement
I had two servers
server 1 -------SSIS Package is present
server 2----- EXe...
XML from RESTful web service into SQL table(s) using SSIS
- Hi, I'm a relative noob at this - so please bare (bear?) with me.
I am retrieving XML data from a web...
TDE and SQL network force encryption
- Hello,
I am a bit confuse about TDE and SQL network force encryption implementation with respect to which certificate to use....
|