|
Here's a few of the new posts today on the forums. To see more, visit the forums.
Reading a string from windows command variable
- can we use output of windows variable in SQL query
SQL Parse??
- Hey everyone,
Trying to find a bit of help with a project I am working on.
Basically, we are trying to...
Clearing out msdb.dbo.sysmail_mailitems...
- OK, so we (I) finally noticed that the MSDB backup was rather large. In looking into the problem I found...
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...
'DBCC' is not recognized as an internal or external command
- Hi,
Can anyone tell me what am i missing if i tried to test my script on the command prompt and...
how to get most queried db in the ms sql db server
- Hello All..
My boss asked me to give the list of top 5 most queried database in our db server(Ms Sql...
Clearing SQL 2005/20008 TempDB
- We have an alert that allows us to monitor the system TempDB on SQL 2005 and 2008 instances. The monitor...
Notify icon Script Task help...!!! help...!!!
- My requirement is to show a balloon as notify icon tool tip or a message or content of a variable...
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...
Convert SSRS 2008 to SSRS 2005
- I wondering if have any way possible to convert reports built in SSRS 2008 and open it on SSRS 2005...
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...
Scaler Variable Error !! :(
- Hi Team,
I an using the sp_exportdata_n to exporting the data into excel but when i am defining my @sql i...
Service Broker
- In our environments, I have identified a problem with Service Broker and performance. We have a rows north of 50...
Redesign help
- Hi,
Ive finally been allowed to redesign some tables which are "wide" (Think Field1, Field2, Field3 ... Fieldn). There are multiple fields...
Delete Data from Publisher Without Replicating to Subscribers
- Hi all,
I have a requirement to archive a large volume of data from a table (T1) within my published database....
Units of Process\Working Set counter?
- I'm collecting the [b]Process(sqlserv)\Working Set [/b]counter on one of my servers and getting values like this:
27418284032
What units is this in?...
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...
Reg the peer to peer replication topology
- Reg the peer to peer replication topology We allready configure to node now we add one more node into existing...
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...
Remove decimal places and force leading zeros
- I have output for scores that have 2 decimal places (all zeros). I need to remove the decimal places and...
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...
DBCC shrinkfile error - Msg 8985
- Hi
I am getting following error when I try to shrink the transaction log:
DBCC SHRINKFILE (wslogdb50_Log, 2000)
Server: Msg 8985, Level 16,...
Import data into multiples tables or one?
- I'm building an import package for a CSV file that has about 200 columns. If every column was maxed out...
Should I become a DBA?!?
- Hi All,
I've been offered a job as the sole MSQL DBA at an up and coming online retailer. I'm from...
Good reference for Extended Events?
- Does anyone have a good reference for setting up extended events and how to do it to get the info...
How to convert the integer value to datetime
- hi i am new to sql and i have the following problem
i am using the following query :
select cast (1157068800...
here i just want update the indexnumber of a question table after deleting some question from that table ?
- here i am having table @question which is having foreign key questionbank datatype uniqueidentifier
this is the table
[code="sql"]
DECLARE @question table
(
questionid...
Join
- Hi,
I have two tables employee(employeeId,LocationID) and employeelocation(employeeId,Locationcode).
Both these tables exists in doff database. LocationCode in EmployeeLocation table has char values...
Extract text which is between 1st and 2nd comma
- [font="Verdana"]I want to select text which is between 1st and 2nd comma on SQL Server 2005
for Ex:
1: SHOP NO 66/67[b],...
Changing setting for first day of the week
- Hi there,
I am having some trouble with some SQL Job schedules because I believe SQL is using Sunday as the...
How to archive records with cyclic relationships
- In my application a single "Shipment" can include "OrderItems" from multiple "Orders"
This creates a cyclic relationship in the database:
OrderItem belongs...
Filegroups and files affecting database performance - survey
- Dear All,
I have asked on more question of survey-kind on this forum, and I was very pleasant of your answers.
We...
SQL Server 2008 with 2000
- Hello everyone,
I have recently joined Ms Products, we have a Database server in SQL Server 2000(located in X computer)....
Asking login Credentials in Reports server
- Dear All,
I installed the Sql Server 2008 in Mixed Mode and default configuration for Reporting services,Analysis services also. Then...
IIS need for to Run SSRS Reports
- Dear All,
I'm new to SSRS 2008. I created one report using Report Wizard in SSRS. I build that report...
Estimate Backup Size before backup strat
- Experts,
I am new to SQL Server,i have requirement to run backup using stored procedure.
I am using a stored procedure to...
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...
Writable Cached Table
- Hi,
I am trying to build multiple neural networks in sql. I'm doing this by looping through rows in a table...
Function - Spilt Columns into multiple rows
-
Hi
I have a table which has columns containing sales values for each month for example..
Id, versionId, jul,aug,sep,oct,nov,dec,jan,feb,mar,apr,may,jun
The 'versionId' joins to...
To sharpen the Query Logic
- Hello SQL Gurus,
I want to sharpen by logics in making efficient SQL queries. Is there any book or any website...
Qusestion on delete job
- Hello,
I have a SQL job that deletes 10,000 records in batches of 1000 rows for every 4 minutes.
There...
sp_columns performance change
- I’m trying to fix a performance issue and can’t seem to get anywhere. During our daily busy period, our CPU...
Split without delimiter based on position
-
I am having a query i need to split the query based on the position i specify
Say
string is 12345678910111213141516........
i...
Log file Management
- I've recently gone through the article about log file management in SQL Server. I was told that in the article,...
SQL job error - NT AUTHORITY\NETWORK SERVICE. Login failed
- hello ,
I have transferred a job from one server to another and I get this error when trying to execute...
Continuing career with SQL
- Hello,
I hav just joint this forum.
I have to ask few things.
I have worked with SQL 2000 and basic 2005.database design.
I've...
Its possible convert SSRS report developed from VS2008 to VS2005
- Hi all,
I development several reports using the VS2008 and now was alerted that the client use the SQL server 2005...
why this condition fail (IF 1 <> 1)
- Hi,
I am confused about belwo statment.
Although, Recovery model of TempDB can’t be changed but Why this simple IF...
how to get count of combination for multiple rows
- Hi
My application need at least 2 approval for an request.
I need to generate a report to count which combinations are...
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...
Dynamic Footers, without dynamic SQL
- Hello All,
I have a bit of a 'is it possible without dynamic SQL' question.
I have a table of Footers. I...
SQL Question
- Some body ask this question during interview. I didn't the answer i would like to know if someone give me...
Kerberos setup for SSAS 2008 R2
- Kerberos setup for SSAS 2008 R2?
Deleting the records without foreign key
- i have datawarehouse database where there is only primary key and no foreign keys.
I have a condition from one table...
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...
Trying to get started with Full Text Searching
- This is all new to me, we normally don't do much programming here and I've not had much luck getting...
Grant Permission to a table with restriction to data
- Is it possible to grant access to specific columns in a table with restriction to the data with a where...
SSIS failure constraints
- hello all...
i have created an SSIS package which works beautifully until i come to the final task, which is sending...
Create and populate a Zip file
- I have a small program that runs every day from my client machine that creates a new zip folder on...
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...
Move logins from one to anothe
-
I would like to move a database from one server. In this move, I need a script to copy all...
Change of role between Primary and Secondary Database
- We need to have a database in two SQL Servers one at Mumbai and another at Houston and both the...
Clustering on SQL Standard Edition vs Enterprise Edition
- Is their any difference in clustering -- performance, setup admin etc between having a 2 Node Cluster using SQL 2008 Std...
Mirror Monitoring issue
- I have setup mirroring on a pair of SQL 2008 R2 servers. This appears to be working ok when I...
dbcc shrinkfile
- Does dbcc shrinkfile (filename, emptyfile) move the data to other file in the same filegroup thru online or the data...
Upgrade replicated dbs to 2008 R2
- Hi,
we have 3 servers that are SQL Server 2008.
2 servers are the publishers, and 1 server is the subscriber of...
Please suggestion program for copy database files.
- Dear All
We have problem about copy database we have backup database 11 files and data size is 90 GB every...
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...
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...
DBA basic
- Hi,
Where/how do you suggest to start learning about the basics of a DBA please?
Thanks
Database Mail Error
- This is a recent install of SQL Server 2008 R2 in a Windows Server 2008 R2 64 bit environment (which...
Idera Tools - Web Resources / Support Forums?
- Hi,
At my previous company we were using various Red Gate tools and I found the resources on the website and...
sp_updatestats Versus Update Statistics
- Hi,
After I've read a couple of articles & suggestions on forums, we decided to change our maintenance plans slightly.
Our initial plans...
Microsoft Certified Master
- There's been a lot of debate recently about whether certifications are worth doing and whether they provide you or your...
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,...
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...
From 2 different sources, can we include columns from 2 datsets and get an ssrs report?
- can we include columns from two data sets to 1 SSRS report?
one data set is from table and one data...
chart x-axis. Separate label format plz help
- Hello everyone,
I want to do a simple thing which costed me a lot of time already :-)
View the following chart:
[img]http://i.imgur.com/kTZ9t.png[/img]
For...
Reportin services - AVG of avg
- Hello,
I have question, how to sum rows. I create query =avg(iif(filds!urgency.value=1 and filds!_time<=14,1,iif(filds!urgency.value=2 and filds!_time<=130,1,0)), everything is ok, but I...
Open microsoft outlook by clicking field on SSRS report
- I know this is possible in Business Objects, maybe it is here too, but I cannot seem to figure it...
Job fails after changing IP address
-
There is a package imports data from MySQL server to SQL Server. The Package connects to the linux server through...
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...
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...
WMI task and WQL query
- Hi guys, I am using a WMI task to watch for files. We get about 20 txt files. when they...
Calculating a percentage across a matrix group
- Dear All,
I am developing a report in Report Builder 3.0
Thus far I have a matrix which uses Service_Locality, Instance and...
SSAS-
- hello
I am getting error when i am processing qube on instance . But it works fine on one instance but not...
How to give the customer to access SSAS Cube's?
- Am a beginning stage of SSAS , Based on the sample requirements, I have created the Cubes and dimensions, Now the...
Example SCD type 2
- Hi,
Has anybody an example of how to use Slowly Changing Dimensions type 2 in SSAS?
There are lots of examples of...
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....
|