|
Here's a few of the new posts today on the forums. To see more, visit the forums.
Indexes question
- Hello everyone,
In our datawarehousing environment, every morning indexes are dropped and then data is loaded into the database and finally...
Differential backup failure
- Hi Team,
I am facing an issue with differential back up . The differential backup is failed only on sunday . we...
DBA Interview Questions needed - Serious only please.
- Hi dudes and dudettes...
The boss and I are conviced that we need a dba since the 3rd party firm providing...
DB shrink and backup error in sql2008
- Hi All,
kindly help me.
MS SQL server 2008 SP1,
And While tried to shrink the same DB error occured as follows
Msg 0,...
Odd Filegroup backup behavior
- We have a particularly large database that is partitioned across multiple filegroups. We have nightly file group backups on the...
MDS ERROR
-
Executing SSIS package i am getting following error.
[Execute SQL Task] Error: Executing the query "exec proc_BusinessRulesValidation @UserName = ?,
@..." failed with the...
how do i import data from sap bw
- Hi
How do i import data from SAP BW into SQL
I need this for a anytical tool [url=http://www.crgsa.yolasite.com]tableau[/url]
Regards
sqlmail timout connection pool
- I am using an SQL Job to call a stored procedure which queries the database to get some email addresses...
Why is there an implicit conversion between two varchars
- I have some SQL (SQL 2008) that I inherited and am trying to find out why some of queries are...
SQL Server 2005 64 bit vs 32 bit
- Hello to all. I have installed SQL Server 2005 Developer Edition and Visual Studio 2005 Standard Edition on my Windows...
Temp table for Performance Impact
- Hi,
We are using the table variables inside the sp. It is working fine at QA and staging server. When It...
how to avoid duplicate business logic
- Take the following example:
[code="sql"]select * from tbl_Users U where U.active = 1 and U.deleted = 0[/code]
It seems that the application owner keeps changing...
Looping through a data set and combining values
- I have the following table
[b]Table1[/b]
EmailAdress Msg
email1 blue
email2 black
email1 white
email1 orange
email4 red
[b]Table2[/b]
Email Body
email1 blue,white,orange
email2 black
email4 red
My goal is to go though the messages in...
create variable for IN statement
- hi
i have a query which i need to group some codes into one code.
so...
[code]case
when ProdGrpCode in ('500','510','5201','580','630','460','470','480','490') then '82'
....[/code]
is...
Bulk Insert - suddenly getting issues with EOL chracters?
- Hi all
Apologies if this subject has been done to death - I'm going round in circles reading threads on here and...
Reduce INITIAL SIZE of TEMPDB
- I accidently made the INITIAL SIZE of my TEMPDB much too large. Now when I try to decrease the size,...
Cannot delete backup file; access is denied
- Our dev database server is Windows 2000 SP3. Every so often we hit this error message in a maint plan...
SQL 2008 x64 clustering active / active
- Hello all,
I've been trying for days now to get my new SQL Server x64 Enterprise cluster online in an...
How to run snapshot agent automatically
- Hi Experts,
I have done successfully snapshot replication. But I have to start snapshot agent manually. After manually starting, replication from...
SUBSTRING And CHARINDEX to find start/end of string
- Hi all,
I have a big long text string that can vary in lengh and contrain audit information about data that...
Data-Modeler-Tool
- Hello,
can anyone give a recommendation for a data modeling tool that ER data modeling. allowed with SQL Server, and change...
Specify schema on table name
- Hi,
I can across this link on the net [url]http://www.sommarskog.se/dyn-search-2005.html[/url].
Somewhere there's this:
[quote]
On lines 25-28 there is something very important:
FROM dbo.Orders o
JOIN...
Cross joining one table to find duplicates
- I have been working on cleaning a database with addresses in an attempt to dedupe it. There's a lot of...
mtd, yesterday and previous month data in 1table
- I am trying to get mtd, yesterday and previos month data in 1 table. Can someone please help me..
Questions about extended events
- Hey all,
I am trying to learn more about extended events. I have been using SQL Profiler to help me troubleshoot...
how to create a database with Windows credential
- I was assgined a windows credentials (a user name and password), which only has the permission create a database.
But how...
Simple LEFT JOIN question
- I've got two tables Curriculum and UserCurriculum. I want to list all classes for each user and show nulls where...
Enforcing data integrity, preventing over-lapping date ranges
- Hello All,
I typically have join tables where I maintain the current and historical relationships between different entities here represented by...
Help needed with a query (Cursors+union+pivot?)
- Hello,
I've been trying to figure out how to solve this for a while, with no success.
I have 2 tables:
1)
QUESTIONS
ID...
Protection from SQL Injection with dynamic SQL using SQL 2012 ?
- Instead of this: --exec (@Query);
I am using this:
DECLARE @QueryCondition nVARCHAR(4000)
DECLARE @ParmDefinition1 nVARCHAR(4000);
SET @ParmDefinition1 = N'@fromtoRec nvarchar';
DECLARE @ParmDefinition2 nVARCHAR(4000);
SET...
What SQl Agent Jobs Should I set up?
- Hi,
What are the most common/best SQL Agent Jobs to set up?
The ones I generally set up are as follows:- (Daily...
AWE and PAE both should be enable on Windows 2008 R2 32 bit?
- Hi
Operating system - Windows 2008 Enterprise Edition 32 bit.
SQL SERVER - MS SQLSERVER 2008 R2 32 bit.
Physical Memory - 8GB
whenever enabling AWE option...
Why does this take so long!
- Hi Everybody
This is my first posting in this forum, so please bear with me if I should get some thing...
SQL Server has encountered occurrence(s) of I/O requests taking longer than 15 seconds to complete
- I have a few SQL Server 2008R2 SP1 and SP2 as well as a couple SQL Server 2008 SP3 getting...
Optimize query needed
- Hello Expert.
I need to convert data from an existing column from BigInt to VarBinary type. I wrote the function to...
Operating System error 665 on SQL 2008 R2
- I am getting this error : Operating system error 665(The requested operation could not be completed due to a file system...
IDENTIY COLUMN Property behaviour
- Hi All,
I have a table with IDENTITY(1,1), it will generate a sequence number.
How SQL Server is generating these sequences?
Thanks,
Problem patching to 2008 SP3
- I have a 2008 enterprise 32 bit instance running on Windows Server 2003 Enterprise server. I'm an administrator on the...
Changing db owner script
- Hello to all,
Thanks for your time and hopefully this wont be too difficult to answer.
I need to change 30-40...
Activity Monitor - % Processor Time Grayed Out
- Does anyone know why the % Processor Time area within Activity Monitor would be grayed out?
TSQL Case Statement help
- Hi All,
First off im a TSQL Novice...so help is needed and much appreciated
within several tables i have a job type...
Using MERGE for Audting
- Hi
I'm looking at using Merge which I've never used. I've achieved Auditing before with an After trigger that writes...
SQL Query to select one row and fill missing columns from another matching row.
- I have a table with the following structure and need to retrieve only record from the table:
Table: Person
Records:
Id, Name, MartialStatus,...
SQL Server + Mgngmt Studio Express on the top on VS2010 Pro
- Hi,
I just installed VS 2010 copy I got from college, I know that it comes with SQL Server Express and...
query window in ssms
- I recently found when I use query window in SSMS, when I close the tab, it didn't ask me if...
Get multiple rows of data based on one condition and grouping
- Here is my scenario along with the SQL commands,
USE dbo_test
--Create a sample table
GO
CREATE TABLE [dbo].[CustomerPurchase](
[PurchaseDate] [datetime] NOT NULL,
[CustomerID] [int] NOT...
Multipe letters into one
- All,
I have read and asked lot of questionss about "Multiple space into one" here. I just thought the below scenario...
Dynamic Filter and Order By
- Hi,
I'm doing some testing with dynamic filtering and order by clause.
I'm comparing dynamic SQL vs using the CASE statement...
[code="sql"]
DECLARE @FilterName...
find increase/decrease amount
- i want to find the increase / decrease amount group by sector and month.
--input table
declare @t table
([id] int,[Amount] int,monthno int,Sector...
Best way to effienctly store hugh amounts of data
- Would be interested to hear on some of the best ways to approach this situation.
I've recently started at a company...
varchar to time or datetime or ARGGHH Please help me.
- I have a datetime (your standard yyyy-mm-dd hh:mm:ss) column and a varchar column that holds an appt time that looks...
Multiple Space into one + 65,33,17,9,5,3,2
- All,
I have recently read Jeff Moden's Multiple space into one space article and i saw M's reply on this topic.
He...
Get the overall status of a particular product
- Hi, need some help to write the query as i am not sure how to achieve this.
I am having a...
DB Last Used Date
- Hi Forum,
As we are on the way to cleaning Production server, we need to find out the last usage date...
INVALID OBJECT NAME
- Hello,
I have wrote one store proc. So, in the stored procedure, it is using one table which is in the...
How to eval @Variable when assigned from SELECT field?
- Hi,
In code below, how can I evaluate a declared variable if no valid data is returned from attempt to...
Query Help
- Hi,
I need some help in writing a query for this below condition.
Source Column: A.BLEI_CK
Target Column:B.BILL_ENTY_SK
IF A.BLEI_CK is NULL...
How can I count the number of occurances of a string in an ntext column for each record?
- Dear SQL Gurus:
I have a table [tblHTML] with an ntext column [strPage] that has HTML in it.
Each record's [strPage] field...
Need to process different file types in SSIS
- I have what I think will be a simple question. I need to have SSIS loop through a folder for...
SQL server 2008 Error handling, error Logging and Restartibility
- Hi,
I need to apply error handling in SSIS packages which used DFT (Only Source and destination) and Execute SQl task...
Using Access to put data into SQL Server
- Hello everyone. So I have a database in SQL Server 2008 that contains 5 tables. I have connected Microsoft Access...
F5 to refresh
- Hi, need some help.
On one server when I open Management Studio and click on something in the object explorer and...
View Records That Are Associated With a User Table
- I would like to find a way to setup a user table with logins (UserID) in one column and a...
sql server agent jobs history
- Hi Team,
SQL SERVER Agent jobs subplan_1,Plan_2, Plan_3 .. Etc i m not able see jobs history could you please suggest...
SQL Cluster question
- Hi all,
I need to know the following if it is possible or not
I have a SQL 2K8 R2...
Script to Backup SQL Server Log Files
- Hi All,
Need assistance in creating a script for the below requirement.
Any assistance to satisfy this requirement will be greatly...
OS Error when configuring Log Shipping
- I am attempting to set up Log Shipping, and after going through the configuration wizard, I continually get the following...
invisibel mssql 2008 r2 express server
- Hi all!
I have installed the total package with both sql server and management.
When i try to use the management, it...
Alias for SQL server Instance
- Hi I have installed SQL Server 2008 (F1SQL) with two named instances (DEV, QA) and this server is configured for...
Moving existing indexes to new filegroup,sql server 2008
- Hi,
Can anyone of you please guide me how to move indexes (Primary filegroup) to new Index filegroup.
I have done for...
DBCC CHECK DB ERROR
- When we run DBCC CHECKDB on one of our production Server we get the below error..
Error:--The database could not be...
Customizing Rendering Extension Parameters in RSReportServer.Config
- Hi,
I am trying to add an additional extension based on CSV but to have a file extension TTX instead.
I have...
Mgt Studio can see & login to other servers but not (local)
- Built a new Windows 2008 R2 x64 server, and installed SQL Server 2008 on it, as a test version of...
WMIEventProviderNotificationQueue
- Hi all
Being new to Service broker I am just trying to understand a couple of points. I am using WMI...
Power shell
- Hi guys,
I am new to powershell, can anyone please help me in undertanding powershell. I googled about powershell. But...
Ryder Cup 2012
- So, the Ryder Cup's just started over at Medinah...
Any golfing DBA's on here & will you be following the competition over...
Fantasy football 2012
- Only 2.5 short months to football, can you believe it? I'm not ready, hardly feels like it's summer time yet.
You...
Talking baseball
- Okay, a topic that has NOTHING to do with SQL . . .
Came across [url=http://www.sqlservercentral.com/Forums/Topic447796-4-1.aspx]this link[/url] describing the SSC point scoring descriptions,...
Today's Random Word!
- HI
When you woke up today, or logged-onto Opera Forums, you may have had a dream, a thought, a scene...
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...
Remote DBAs
-
There's still hope for all you DBAs out there looking for a telecommuting job that allows you to work in...
Changing filters using custom code
- Hi
I have a report which contains around 20 separate matrix tables. The tables all contain fllters one of which specifies...
Reporting from multiple tables at once
- I have a weird situation... I have multiple tables which are basically the same in structure, and I need to...
Compare dates & Using Indicators
-
Hi geniuses!
I need to compare dates (proj.last.publication (field) and current date) of various projects and depending of the result, expose...
Cascading Parameter of type DateTime does not work?
- I have a normal integer parameter to allow the user to select a preset date range like this
value, label
1,...
SQL Merge 2 Databases
-
Hi geniuses!
I need to merge 2 databases to colect information for my reports.
Have really no clue about how to...
accessing connection managers in script tasks
- Hello,
I'm trying to use an OLEDB connection in a script task. There's a fair amount of documentation on this topic,...
What is the best way to create a “flat file connection” to a password protected folder?
- We have a password protected Samba drive we need to retrieve our ETL flat files from.
Currently we are running a...
Windows batch file executions within SSIS fail when run from SQL Job Agent
-
Windows batch file executions do not fail within SSIS when SSIS run using DTExec
The account we are using to execute...
Error on package not sure how to find error
- Hi,
One of my packages is failing and not sure why?
What is the best way to find out what is causing...
Access to the path is denied.
- HI All,
I have designed an SSIS package for the below mentioned requirement.
I receive flat files like csv files on daily...
Help in combining 4 different MDX queries
- Hi guys,
I am new to complex MDX queries
I have managed to write these queries but now i need to combine...
|