|
Here's a few of the new posts today on the forums. To see more, visit the forums.
Log file growing on principal server--log backups scheduled every 2 hrs.
- Hi,
The transaction log file is growing(currently 99%) and it is close to zero out the disk space.
Tranasaction log backups are...
10 physical disks available - best configuration for data/log/backup?
- I have 10 300GB SAS 15k rpm 6Gb disks available to me on a HP P2000 SAN. I have a...
Create string using input values
- Hi,
I have a beginning Year and a End year and i have to compute/create a string based on the given...
help needed for sql query
- I am working on sql 2005. I have a table wherein it maintains the history of status
Customer Status CreatedDate LastUpdateDate
CustA...
Load data into excel file from table but each sheet allow 1000 records
- Hi All,
This is Vivekanand,i have one requirement in ssis that is load data into excel file from table.Table contain 10000...
Selection Of Sql Server Version
- I am starting a very big project from the scratch.Till now i was using sqlser2005 with Visual Studio.Net2008....Now as my...
Database Design question regarding Normalized Tables
- Hey all,
Got a theoretical question for you guys. Let's say I have a table that contains information about a store....
Help with SUM and Group By
- [code="plain"][code="plain"]
Hi!
I have a table shown below (just a part of it) and need to aggregate the data as the example...
Problem with Full Text Searching
-
I have one table in sql server say example
Table Name candidates
Test table contains some columns
cid , cname,c_resume
cid in Int...
when i am removing user from the server it's promoting an error
- Hi........
Any one can provide the solution for the below error in detail.
Error Message in SQL SERVER 2005:
"Deleting Server logins does...
Restore with TSM on a specific date?
- Hello,
I am trying to retore a database from the 01-29-2013:
C:\Program Files\Tivoli\TSM\TDPSql>TDPSQLC RESTORE WSS_Team_Content /RELOCATE=WS
S_Team_Content /to="E:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MS
SQL\DATA\WSS_Team_Content.mdf" /RELOCATE=WSS_Team_Content_Log /to="E:\Program...
help on group by with Join
- I have two tables. One has records for transactions, another has records for purchased products. Transaction table has TransactionID, TotalAmount,...
facing a diffrent problem alltogether - working on indexed views and facing a tough time getting the query optimizer to pick the resultset from Indexed view... :)
- SELECT DT.MO_OF_YR_NM [Month],
DT.MO_OF_YR [month_No],
DT.YR [Year],
DT.MIC_WK_OF_MO_NM [Week],
DT.DT [Date],
CD.CSTMR_NM [Organisation],
PD.BS_LN_NM [Business Line],
ED.EMPE_NM [Sales Executive],
COUNT( CDBF.CSTM
Convert varbinary to integers and insert
- Hi,
I have a 28 integers stored in a varbinary that is passed to a stored procedure. The SP needs to...
Execute task based on INSERT - but without triggers
- Let me try with first defining what I want to achieve, as I'm very new to SQL I don't know...
Error while creating stored procedure from SQLCMD - Must declare the scalar variable
- Hello,
I'm Getting the following error when I run the below SQLCMD command and not sure how to resolve this issue:
[quote]C:\Test>sqlcmd...
my queries are too slow when SET FORCEPLAN OFF
- Hi All,
I am using an reporting tool for my dwh system.
My tool are generating queries and those queries are too...
Query to sum only few values in a same column
- Hello all,
I am kind of new to sql server and I am stuck on this. It may sound stupid and...
Full & Simple Recovery Model
- what is the standard way to put the database Full recovery model OR Simple recovery model?
Fragmentation does not reduce for some tables
- I am defragmenting the database as a maintenance work. But i found that some of the databases avg_fragmentation_in_percent does not...
Design Question
- I seem to be struggling with something that I thought was fairly straight-forward originally when I started designing the database...
using replication in sql server 2008 r2 SE (OS: windows server 2008 R2 SE)
- We are implementing a new architecture for one our modules. There are 100 tables in the database and out of...
like to install the failover cluster in pc
- HI, all
like to install the fail-over cluster in pc but there is no cluster group and MSDTC Group is not...
Calculating Running Totals for Today and Today Last Year
- I'm trying to calculate a running total for today and today last year. Here's what I use for today last...
Error while creating stored procedure from SQLCMD - Must declare the scalar variable
- Hello,
I'm Getting the following error when I run the below SQLCMD command and not sure how to resolve this issue:
[quote]C:\Test>sqlcmd...
NOT makes query never complete?
- I understand it may be difficult to assist me without knowing my underlying schema and all the details. Let me...
split string to three parts
- I have a comma delimited string that's made up of 3 parts:
Word1, Word2, Word3
I want to spli the string and...
Searching through text field
- I have a text field (nvarchar max) that contains a chat transcript. I need to find the first chat entry...
What forum best for question about replication on SQL Server 2012?
- Hello,
I've looked through the forums to see if I could figure out the forum that would be the best for...
Need suggestions on replication
-
We are implementing a new architecture for one our modules. There are 100 tables in the database and out of...
Creating a new Management Data Warehouse and removing the old one
- When I took on the Role of DBA, i inherited some leftovers from the previous DBA. One such leftover was...
SQL monitoring - CURSORUPDATE
- i have a procedure that runs it is cursorupdate, but thats about all i can see, anyway to determine what...
what is pending io count
- Is someone able to explain what pending_io_count is in sys.dm_os_tasks please. The description on bol suggests it is io done...
Database Mail Stopped Working
- Database Mail on our production server was working fine until about mid-morning today. Nothing has changed on the server that...
Microsoft Certified Master
- There's been a lot of debate recently about whether certifications are worth doing and whether they provide you or your...
Port 56731?
- We were having an issue where SSMS was unable to connect to a named instance of SQL Server 2008 R2....
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...
SSRS 2008R2 Data set Properties Error
- I have a stored procedure which i have to design the report for this i have connected to the datasource...
SSRS 2008R2 GROUPING
- I have add multiple goups in ssrs 2008 r2.My problem is when i try to add a group 1 extra...
MDX and VB FUNCTIONS ---
- Hi to all.
I write this topic because i need an help about MDX and how to use VB Functions to...
Simple MDX query
- Hi,
I'm trying to something that I think should be straight forward in MDX but i'm struggling. I'm new to MDX...
Java & SSRS
- I am trying to implement bar codes in Java application. Also want to integrate with SSRS reports, how to achieve...
|