|
Here's a few of the new posts today on the forums. To see more, visit the forums.
Any thoughts on this process?
-
This is more of generic programming question. We have a stored procedure which is used on many of our applications...
Table Level Rescovery/Restoration
- HI All,
Can we restore/recover individual Table in Microsoft SQL Server. As far as i know it is not possible Out...
GUID as path and backup file sent to nowhere but no error... ????
- This one is quite strange :
I recently created a maintenance plan that take full backups of our BDs and backup...
Android Development
- Hi,
i am newbie to Andorid development .. suggest me good material to this journey
thanks
Issue with OSQL
- Hi Friends,
Requirement : i have a table which contains around 40 columns of which name is a column which i use...
Weird Question About Querying with Dates
- Okay so this is a very odd situation, one that I have not seen before.
I'm trying to query a...
In a Jam - Need Some Help
- Hello,
I'm urgently working away at this but not able to solve my problem. I'm at the point of needing...
calculating ratios
- Hello, I am trying to calculate a ratio, i am pretty sure the problem is in the line * SUM([SUMTOTALVOLUME])) FROM...
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....
Change in Price Query
- I have the data below and I want to update the pricechange column for when the price changes for an...
sp_rename
- Hi All,
I need to use sp_rename - [url]http://msdn.microsoft.com/en-us/library/ms188351.aspx[/url]
I need to use it for tables in the following way:
For an existing "table_name"...
Multiple SQL servers Consolidation to one Single SQL 2012 Cluster
- Hi, Experts.
I have a project which includes different 180 databases on around 18 different SQL servers with different versions (2000,2005,2008,2008...
Can Restore Old SQL Versions to SQL 2012
- Hi, Experts.
i want to restore old versions of sql backup to sql 2012 using sql server management studio.
can we Restore...
Ran out of log space!!!
- An archiving process that moves data from my prod db to archive an db consumed my entire log drive. Both...
Newb with SQL in school learning - class project help
- Okay here is my situation, I have a database that I had on my website and I want to use...
Giving windows account Read permission to an database
- I have an user for whom read access has to be given to number of dbs.
I gave db_datareader to that...
What is the best way to access a sql server in another country using the public ip address?
- I can access my sql server when both of my computers are connected to a same router. However, when one...
Sql server database tools ?????/
- can you suggest any stree test tools , concurrency checking tools and insert tools for sql server
Waring alters when the database (files MDF, NDF & LDF) reaching the MAX size.
- HI Frnds,
I need help on setting up alters when the database (files MDF, NDF & LDF) reaching the MAX size....
Export Tables to Excel - Error
- Hi to everybody
I used to use an application, which creates an SQL Query that exports all Tables of a Database...
DataType confusion
-
Greetz!
I was speaking with a client a few days ago and they said something that contrasted with what I had...
Use an AD group for SQL Authentication
- Hi Guys,
Our Syspro system uses SQL authentication to connect the users to the database. We're migrating that server and I...
Get number of unique values in group of columns
- Hi -
I have the following scenario and not sure of the best way to write the T-SQL query without a...
Calculation with aliases
- Hi,
I have the following query:
[code="sql']
USE ICP;
GO
DECLARE @beginDatum Datetime
DECLARE @eindDatum Datetime
SELECT T.Ticket_ID, UA.Useraccount_First_Name, UA.Useraccount_Last_Name, A.Description, T.Ticket_Accepted_DateTime, T.Ticket_Closed_DateTime,
DATEDIFF(second, T.Ticket_Accepted_DateTime, T.Ticket_Closed_DateTime) AS...
Multiple select in same query
- I have a sql storeprocedure where i want to count calls to a helpdesk..
The rows in my query for example...
combining the results of multiple select statements in to a single row
-
All,
I have a requirement to combine the results of multiple select statements in to a single row.
EX :
query 1 : select...
Age
- I have a table called member which contains memberid and DOB. How can I calculate age to date based on...
Query Help
- Okay here is my situation, I have a database that I had on my website and I want to use...
Grant Users Permissions at Server Level
- Hello,
I am looking for a way to restrict access to a SQL Server where only a small group would have...
Log shipping between SQL Server 2000 and SQL 2008R2
- I am going to implement log shipping between 2000 (primary ) and 2008 R2 (secondary).
I found there are regular backups are...
When DB restored to different server will database mapping and permissions stay?
- On Server A I have a database the is overwritten daily by a database on another server [Server B]
After the...
SQL Service account rights
- Hi,
I'm having a little trouble fully understanding why a couple of sql agent jobs are not working correctly. I know...
SQL Tuninig recommendation page
- Dear Experts
How to read the recommendation page in sql tuning,
I mean what should I do
ex : the attached picture
Thanks lot
What kind of license needed for implement mirroring on a virtual mechine?
- Hi Friends,
I have to implement mirroring or other DR on VM ware. here my question is What kind of licenses...
Agent Jobs Query
- Hi,
I would like to check each morning if my agent jobs have completed successfully. What would be the best method...
PF Usage of RAM reaches near to the maximum memory of the Server frequently
- Hi All,
i have a server which has 8 GB of RAM , 3 GHz, which has SQL Server 2008 Standard Edition...
How to automate validation process
- Hi,
We have the following scenario: We receive CSV files every month for which SSIS packages were built to process the...
Calculations tab SCOPE
- Hi, I'm wondering if anyone can help with some scope syntax in the calculations tab. I'm trying test the following:
/*...
|