|
Here's a few of the new posts today on the forums. To see more, visit the forums.
Restore fails
- Hello
I am getting below error while i try to restore the backup from network drive
Msg 3201, Level 16, State 2,...
Setup multiple SQL Instance in the same cluster
- Hi Guys, I have two SQL 2008R2 Enterprise servers setup in an Active/Passive cluster(running on Windows 2008R2 Enterprise server) with...
SP - output confusion?
- Hello,
we have a SP which in turn calls 2 sp's.
because of one sp output data got updated wrongly .
but when...
Backup size confusion
- My backup sproc logs the start and finish of a database backup. It then updates my BackupSchedule table with the...
SQL job on startup
- Hi All,
How could I run a sql job or maintenance plan on server startup?
Thanks
SQL SERVER AGENT SERVICE NOT STARTED
- Error:
SQL SERVER 2000 ENterprise sp3..
Could not start SQLserverAgent Service on local computer. The service did not
return an error. This...
Full Backup after changing Changing recovery models
- Hi Experts,
I know we have to run a full backup if we change the recovery model from full--> simple-->full. My...
%FreeSpace Alert in SQL 2005
- Hi All,
Im looking for a way to create an alert to email an operator when, for arguments sake, a physical...
Need to enable Ad Hoc Distributed Queries option
- Hi,
I need the "Ad Hoc Distributed Queries" feature (for the SQLServer installation of my service provider) which is disabled by...
Transaction log backp - 15 Mins Frequency
- Hi ,
If i set my Txn log backup frequency for 15 mins, what is the worse data loss? Is it...
Sharepoint SQL Database Backups
- Has anyone had an issue with SQL Server databases supporting Sharepoint 2007 waiting sometimes for hours to start the backup...
locking question
- Hello,
For this scenario :
update Table1 with (TABLOCK, XLOCK)
...
then a "INSTEAD OF TRIGGER" on Table1 update Table1 with other value
Does the...
SSIS Container Connectors more user friendly?
- I know, I'm completely Anal about this stuff; however, I don't like the connectors between the containers to be overlapping...
Delete Using join in min 3 tables
- Can any one plz tell me how to delete records from minimum 3 tables using inner join on the basis...
SQL Authentication login weirdness...
- Forgive me upfront for not supplying a snapshot of this issue, but here is what happened. I tried to log...
merge replication across different networks
- Hi
i would like to know how would i be able to do a merge repication of databases if the...
Need to load additional tab in Excel every month using SSIS
- Hi,
Excel file has two tabs(Mon1 and Mon2) and i have loaded them into table by creating SSIS package.
All the tabs...
data Conversion Help
- trying to Imprt data from Excel to Table in SSIS.
One of the column in excel is in Date format. But...
Concurrent access to duplicate records
- Hi all,
Got a situation I haven't had to deal with before. Basically, I have a table which stores products. This...
Stored Proc - Nullable Parameters for optional filtering - handling LinkTable LEFT JOINs
- Hey all,
Pretty long title, but the problem itself is fairly simple to explain. Suppose I have the following tables:
[code]
CREATE TABLE...
Script to identify who is using which view and at what time?
- HI,
There is a requirement to create a script to identify who is using which view and at what time? Its...
Help with doing “Cast the decimal as string, parse into the format specified, and then cast back into datetime”?
- Hello Fellow developers,
I'm a rokee when it comes to T-sql.
I have been trying to create a view from...
Access???
- I'm getting the access denied error. I went into DCOM config and I don't see anything near "Microsoft SQL Server...
SSAS Partitioning & SQL Server Partitioning
- Just wanted to clarify if these 2 are treated the same in terms of licensing.
SQL Server Standard Edition does not...
job history
- hello experts,
if i remove job history in every 2 weeks, is there any way to get information of any job...
SQL Server security help
- Just fiunished installing a new instance of SQL Server on a brand new server in the DMZ.
I created two local...
merge replication across different networks
- Hi
I have two servers, they both on a different site(hence being on different networks).
I need to be able to...
Creating a Stored Procedure that accepts parameters
- Hello,
I'm trying to create a stored procedure named InsertSalesOrderPart that accepts parameters: @OrderNumber int, @PartID int, @Quantity int, and @ExtendedCost...
Unable to shrink tempdb
- In one of our servers tempdb is grown to 75 gb. If we check properties of tempdb it is showing...
way to enforce object naming conventions?
- Hi,
i'm wondering if there is any way to enforce object naming conventions (using three-part identifiers) within views/functions/procedures ?
for example, use...
Connect To Server Dialog showing logins that no longer exist
- Hello,
When connecting to a SQL2005 instance using 2008R2 Studio, any 'Connect to Server' dialog boxes include a deleted login in...
Deny Backup
- Is there a way to deny a login from backing up any database on a sql instance, or will I...
Attach database with the same id
- i detached the database with the dbis as 6 , after i attached the database the db is has changed. How...
Difference in CDC vs Trigger
- What is the Difference in CDC vs Trigger?
and which one is performance wise a good one to go.
Thanks!
Find a string in SSIS Packages folder
- Hi,
I have a folder of about 250 packages. I want to find all the packages which have a string '2075'...
Search String in Entire Database
- Hi,
I want to search a string in Entire Database. But it should not take more time to execute.
Someone please help...
migration form sql 2005 to 2008
- HI every one
I have SQL SERVER 2005 on Windows server 2003r2. We want to upgrade it from the SQL...
restore database with different domains
- Hello
I had one task.
I need to restore on DATABASE on [Server A] from [Server B].
[Server A] is on VINEMAPPLE...
Getting sql server job status into a table
- Hi Guys,
1) I need to insert a single job status after completing every run into a new table
and
2)...
SQL Server 2008 installation
- Need to install SQL Server on a new box. OS installed and ready etc...
The server has two drives:
C - RAID 1...
To OTAP or not to OTAP?
- Currently I am working in an organization, where development and production databases reside in the same SQL Server instance. The...
Using Full-Text Search
- Hi,
I am quering a big table (about 150,000 rows) with a big varchar field (size 2000) which can't be indexed...
SQL Search Query
- hello,
right now on my search page the sql query i am using is similar to:
select * from table where name like...
query taking long time for execution inthis case what should i do
- hi all
1. application team complaining that queries are executing slow and want reason for that in this case what should...
rebuild index worsens query performance
- we have a query which runs several times a day
reads from several tables in one database ("W"), and two tables...
xp_fileexist works differently for different users
- I have a situation where I am checking to see if a file exists before I create a file. I...
Very slow opening "Job Activity Monitor" in SQL 2008, no changes has been done
- Hello:
Either when I open "Job Activity Monitor" from my workstation in SSMS or in an Remore Desktop Session, It takes...
Latin1_General_BIN Collation
-
I am installing SQL Server 2008 R2 Standard Edition with required SQL_Latin1_General_BIN collation, but this particular collation is not found...
How do I get database space used
- Hi,
How do I get database space used (not database size) for all given databases?
At this moment, I do have a...
Need help with a script to identify count of negative and positive numbers in a record
- Hello All,
I need help with a tsql query. Below is the table structure.
[code="sql"]
CREATE TABLE [dbo].[TableName](
[col1] [int] NOT NULL,
[col2] [int] NOT...
Performance Issue
- We have a procedure which performs _NO_ update or delete operation but only read. This procedure runs daily without any...
Convert values of mulitiple rows into single column with no duplicate entries
- hi all,
i went through the forum and found out a way of concatenating row values into column using stuff, but...
returning all dates that match year and month
- SELECT MachineName, ModeName, FileName, UserName, StartDate, StartTime, EndDate, EndTime, RunTime, DelayTime, MachineStopTime, OperatorStopTime,
MachineFaultTime, OperatorFaultTime, NumMachineStops, NumOperatorStops, NumDelays, Feeder00Count, InputFeederCount,...
Avoiding cursor: Help with getting only first match after previous match
- Hi I'm sure there is a better name for this problem, and its probably quite a common one with a...
CASE Statement in SELECT clause to convert into the where clause
- ???
New DBA job, done some digging on Database and have some concerns!
- I've recently started a Job at company working as the sole DBA. I come from a .net developer background and...
Alternative to views
- Databases in our servers communicate with each other using views. For instance, dbA has views that gets data from db2...
last job that ran
- Hi all,
If I have a job that executed twice, how can I, using t-sql, find which one executed last?
Thanks,
Eugene
Trace login created or dropped event
- Hi All,
I have been trying to findout the logins that were created or dropped in past few days. I queried...
Mirroring Strange Behaviour Question
- Hi all
Last night one of our mirrored databases failed over and then failed back automatically. This seems strange behaviour to...
Need to Install Multi Instance SQL Server on a 2-node A/P Cluster
- Hi All,
I am trying to install Multiple instances of SQL Server 2008 R2 on a Windows Cluster in a Active...
SQL JOBS Not Functioning
- SQL JOBS Not Functioning :w00t:
I have Stored procedure & that stored procedure needs to be executed on 20 Databases daily,
Currently i...
Plan Cache/Memory Performance
- Hi Guys
I am dealing with a system that seems to be under memory pressure. According to task manager, memory is...
SQL Server Agent - Unable to determine if the owner of job has server access.
- I've read a few posts regarding similar messages, but I don't seem to be able to find a specific answer...
system databases mirroring
- On the mirroring server (The server which is mirroring the production server databases), should it also mirror the system databases...
Setting Notification email (When the job fails)
- Hi Everyone,
I have setup a job(SQLS ERVER 2008 R2) in two servers Server1.Domain1 & Server1.Domain2 and I have enabled notification email...
SQL Server Backups
- This is more of a poll but I'd like to get others opinions. What is the recommend and preferred methods...
Report Server help
- I am confusing with below questions from my manager. Could you please answe asap.
1.what is the difference between DB server...
Tempdb log file location and Filegroup optimizations
- I've been reading articles about tempdb optimizations and I already understand a lot better the different ways to archive it....
Hi Thanks for assisting me in my efforts to get VmWare certification.
-
Hi I would like to thank some friends and members for assisting me in my efforts to get VmWare certification....
Microsoft Certified Master
- There's been a lot of debate recently about whether certifications are worth doing and whether they provide you or your...
Career Advice Needed
- I have an interesting dilemma, and could use some advice.
I have spent the last two years as a Network...
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...
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...
Cannot connect to Reporting Services with Managment Studio
- I've just set up a new instance of SSRS 2012 and I'm unable to connect to it through Management Studio....
How to remove trailing zeros and decimal?
- Hi, this is my first post here. I tried searching for this and didn't have luck, so I apologize if...
Advanced group design
- Hi All
I ask you guidance on this design question because this seems to be one of those things where if...
Lots of Key Lookups vs. UniqueIdentifier Clustered Index
- Hello.
I'm working on a system that was originally designed with UUID (uniqueIdentifier) clustered indexes.
Later the clustered indexes were rebuilt on...
Just a rant about how third parties design apps
- And by third parties, I mean of all parties, Microsoft themselves. If a column needs to be added to a...
Field Sizes in Staging database : all varchar(2000)?
- NEWBIE to DW : the IT Manager wants to use varchar2(2000) for all fields in all tables.
I thought we should be...
Schema binding across multiple databases
- Hi All
We need to create a clustered index by implementing schema binding in the view. As you know it throws...
ssis package for loading excel sheet with diff no of columns
- hai,
can anybody tell me how to load the excel with diff columns
ie i have global , region, cluster, market
what...
Load newly inserted data from millions of records on daily basis-Using SSIS
- Hi All,
I have to load data from one server to another server on daily basis using SSIS Package.
I have only...
What is the best isolation level
- Could you tell me , Which is best isolation level for SSIS and T- SQL ?
anyone advice me..
Thanks
solomon
Building SSAS Cubes - Beginner
- Hi,
Is it mandatory to have a data warehouse in dimensional model to build a SSAS cubes above?
I'm trying to see...
Datawarehouse - My PO keeps asking for more tempdb
- I think we have all been in this situation before. Devs fill TEMPDB then say they need more TEMPDB.
Here is...
SSAS - Cube - Startup
- Hi,
Is it mandatory to have a data warehouse in dimensional model to build a SSAS cubes above?
I'm trying to see...
Store Comments in Cube
- Hi everyone,
I need some pointers with my problem. I have a financial application cube in SSAS 2008 R2.
My client...
Excel 2010 Not showing Calculations created
- Hi
I hope someone can help me. I have a cube that contains several calculations, these are created in the...
Creating measure groups/folders
- I have an existing cube, which I will be adding a lot more measures to as we will now be...
need a urgent help
- CREATE TABLE STUDENTLOGIN(username varchar(30),
password varchar(30),
created_by_id varchar(20),
created_date varchar(20),
updated_id varchar(20),
updated_date datetime,
transaction_id numeric(12));
the above table i create
|