Variuous ways of deleting Job history and deleting the job history log files from the folder
All,
when we create a job via the maintenance plan, we have the option of
including "Clean up History" and "Maintenance Cleanup Task". Via the "Clean
up History" task, we normally specify how far back we want to maintain the
history
(ms-help://MS.SQLCC.v10/MS.SQLSVR.v10.en/s10de_5techref/html/cd6f7033-b762-453a-ae42-f36d8073c0b2.htm)
declare @dt datetime select @dt = cast(N'2010-08-08T10:22:37' as datetime)
exec msdb.dbo.sp_delete_backuphistory @dt
GO
EXEC msdb.dbo.sp_purge_jobhistory @oldest_date='2010-08-08T10:22:37'
GO
EXECUTE msdb..sp_maintplan_delete_log null,null,'20
|
9/5/2010 2:32:43 PM
|
2
|
"Gopinath Rajee" <rgopin...@hotmail.com>
|
|
|
Product Key
Is there anyway to retrieve the product key from a SS2005 Standard Edition
installation? Can I use Developer Edition media and convert to Standard
Edition using the installed product key after testing? I only have one
licensed production server. No media no key for Standard Edition. OS on both
servers is Windows 2003 sp2.
Thanks,
Kevin
|
9/3/2010 6:48:48 PM
|
0
|
"Kevin Doyle" <kdo...@nomailhemsaw.com>
|
Database State OFFLINE
All,
I want to understand the OFFLINE database state better. Suppose, if I want
to move a database to another drive after the executing "ALTER DATABASE A SET
OFFLINE" and copying the files to another location, how would I set the
database to ONLINE.
"ALTER DATABASE A SET ONLINE" would not work since the system will not know
where the data files are now located.
rgn
<<OFFLINE
Database is unavailable. A database becomes offline by explicit user action
and remains offline until additional user action is taken. For example, the
database may be taken offline in order to
|
9/3/2010 3:16:06 PM
|
3
|
=?Utf-8?B?cmdu?= <...@discussions.microsoft.com>
|
non-brand name memory and cluster failure
I have a Sql Cluster that failed with the following message in the event log.
'SQL Server' in Resource Group 'Disk Group 1' failed.
The customer is suggesting this might be related to additional memory installed that is not of the same brand as the
computer. Does anyone have any knowledge that this is a real problem? If it is can it be connected to the following
messages in the event log? This isn't much to go on i know but at the moment it is all i have.
thanks
dan
Event Type: Error
Event Source: Service Control Manager
Event Category: None
Event ID: 7011
Date:
|
9/3/2010 3:06:30 PM
|
2
|
Dan Holmes <dan.hol...@routematch.com>
|
Cant use Import-Module in Powershell in SQL Server 2008 SQL Agent
Yo Geeks,
SQL 2008 SP1 CU 5 Enterprise x64
Windows Server 2008 R2 Datacenter
Wrote a basic Powershell script to get Membership of Certains Groups from AD
using the ActiveDirectory Module new in 2008 r2/ Windows , and insert into a
SQL table required for some old dodgy app. Tested outside of SQL Agent - all
fine.
Want to use as SQL Agent Job / Powershell step. Created a job and got
message like "Import-Module is invalid command"
Thought SQL might be running Powershell 1.0 , but $Host run from SQL Agent
says 2.0
From same SQL Agent job do a "Get-Command" and myste
|
9/3/2010 10:07:03 AM
|
0
|
=?Utf-8?B?QW5keSBCYWxs?= <AndyB...@discussions.microsoft.com>
|
SQL Server Manager 2005 vs Server Manager EXPRESS
HI
I have inherited a server that has SQL Server 2005 installed on MS
Server2003 OS -
Problem -
MS SQL server manager studio EXPRESS is installed.
Kindly assist ASAP -
I need to have Manager Studio (not the Express) to mange the DB and backups -
1) What is the process to upgrade to the full SQL Server Manager ??,
2) and Where could I get my hands on the full SQL Server Manager??
uopgrade to Server 2008 is not an option.
Thank you in advance
--
!ngeniuos
(99% Perspiration)
|
9/3/2010 9:07:03 AM
|
2
|
=?Utf-8?B?IW5nZW5pdW9z?= <ngeni...@discussions.microsoft.com>
|
RE-Raiserror in error handler procedure
Hi NG,
I have a store procedure which is my error handler. In each catch-
block of a try/catch a call this function for error analization. Now
in some cases I would like to re-raise the same error from this
hanlder. But then I have a error number 50000 instead of the root
error number.
In my outer Try/catch I would like to see the root-error. Is this
possible (like throw with same parameters in C#)
Thanks
Marcel
|
9/3/2010 7:09:19 AM
|
3
|
schaf <dlo...@mysunrise.ch>
|
SQLState=S1000, NativeError=0
I am trying to use the BCP command to execute the following statement, but I
keep getting the following error:
Starting copy...
SQLState = S1000, NativeError = 0
Error = [Microsoft][SQL Server Native Client 10.0]Unexpected EOF encountered
in
BCP data-file
0 rows copied.
Network packet size (bytes): 4096
Clock Time (ms.) Total : 1
This is a very small XML file and here are it's contents:
<xml xmlns:s='uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882'
xmlns:dt='uuid:C2F41010-65B3-11d1-A29F-00AA00C14882'
xmlns:rs='urn:schemas-microsoft-com:rowset'
xmlns:z='#RowsetSchema'>
<
|
9/1/2010 4:03:50 PM
|
0
|
"ironryan77" <u64...@uwe>
|
dealing with invalid dates
Hi,
Is there a way to deal with invalid dates during a select? Currently
I'm getting dates in a column in this format:
20100726 (yyyy/mm/dd)
I need to display it as 07/26/2010, so i was using this:
SELECT CONVERT(VARCHAR(10), CONVERT(datetime, startDate, 101), 101)
problem is startDate at times in not a valid date, sometimes there is
just a 9 or another digit there that is not a valid date, is there
anyway to check aganist that?
Thanks.
|
9/1/2010 6:16:26 PM
|
0
|
soni2926 <soni2...@yahoo.com>
|
Losing SQL connection
We have SQL 2008 server on our network and I am periodically losing
connection to SQL Server on my Win 7 PC. I will be working in and out of
SSMS all day and then all of a sudden I get "A network-related or
instance-specific error occurred while establishing a connection to SQL
Server. The server was not found.........Error: 233"
I then try looking at files on that same server and that works fine so it
does not appear to be a network issue. Can anyone help me troubleshoot this?
p.s. If I reboot my workstation then all works fine again. Thanks.
--
David
|
9/1/2010 8:24:06 PM
|
1
|
=?Utf-8?B?RGF2aWRD?= <dlch...@lifetimeinc.com>
|
Sql Server Version # from dfb file
Hi all,
Q1: Is there a way to tell what version number a dbf file is?
Q2: Where can I find a list of version #'s, ex, 621 = SQL 2005
Background:
Using VS2005 and VS2010 with SQL Server 2005 Express. Somehow the DB on
the production server got updgraded. It works fine on the server but the
production boxs cannot open the db.
Message says: (paraphrased) cannot open db ver 661, server is running 655.
So the db file on the server is 661 and the production box is running 655.
I added SQL 2008 R2 to the production box and can now open the db, but I
want to have the abili
|
9/1/2010 9:07:45 PM
|
0
|
kpg <ip...@thereforeiam>
|
A good database modelling tool
I am looking for a good database modelling tool in order to design an
sql server database.
What is about VISIO and which version is the best?
|
9/2/2010 7:32:07 AM
|
0
|
=?Utf-8?B?R2Fs?= <...@discussions.microsoft.com>
|
Varbinary(Max) Data compression
I need to compress hudge files (PDF + TIFF) stored in a varbinary field. I
found in BOL that :" Because of their size, large-value data types are
sometimes stored separately from the normal row data on special purpose
pages. Data compression is not available for the data that is stored
separately."
How do I compress those fields?
|
9/2/2010 7:35:03 AM
|
0
|
=?Utf-8?B?R2Fs?= <...@discussions.microsoft.com>
|
Find UnUsed Stored procedure
I have lots of unused SP in my DB and i'd like to delete them.
I need to find them.
How can I know that a Stored procedure is not used. (with the tables i look
at the DMV).
I thought to trace it by a DDL Trigger on the Execute sp event, but there is
not such a one...
|
9/2/2010 7:39:03 AM
|
0
|
=?Utf-8?B?R2Fs?= <...@discussions.microsoft.com>
|
Trapping losing commands
In our applications once in a while the commands don't get through to the SQL
Server for different reasons. Since it is an automatic process there is
nobody in the front end to rerun those command, and they are getting lost.
The rezones for the lost could be: Time out, broken connections, Deadlocks
ect.
Is there a way SQL can trap these and replay them?
|
9/2/2010 7:49:03 AM
|
0
|
=?Utf-8?B?R2Fs?= <...@discussions.microsoft.com>
|
Maintenance Plan and Read Only DB
I'd like to use a Maintenace plan to run DBCC + Update Statistics on my DBs,
but since i have one DB which is Read Only it stacs on that DB.
What can I do?
|
9/2/2010 8:01:03 AM
|
2
|
=?Utf-8?B?R2Fs?= <...@discussions.microsoft.com>
|
Small DBMS
I'm looking for a small DBMS to hold one data table with 10 columns (one of
them is the data - varchar(max) avg is 1000 chars) and another few reference
code tables.
The data table has ~1M recs.
The DBMS is to be installed on the application CD.
The application is to search a record on the table by diffrent properties
(the 10 columns on the data tabe) and return 1 record.
The installation on the application disk has to be free (10K CDs are to be
in the first version)
Which DBMS would be good? MySql? Sql Express? XML file?
|
9/2/2010 9:21:03 AM
|
0
|
=?Utf-8?B?R2Fs?= <...@discussions.microsoft.com>
|
In SQL Server, Is the primary server status always 1089 ?
I want to filter on the primary server name using a query. Do you know if
the value '1089' is always the srvstatus for the primary server? Thanks in
advance! MC
select srvname
from dbo.sysservers
--
Message posted via http://www.sqlmonster.com
|
8/31/2010 8:01:37 PM
|
2
|
"Mitchell_Collen via SQLMonster.com" <u33...@uwe>
|
Overwrite Master Db
Hi all,
I have a question about Master db in a DR environment. Our customer
has follow environment setup:
Live Site: SQL Server 2008 Standard
DR site: SQL Server 2008 Standard
Both share a SAN disk so that if the Live site is down, the DR site
will pick up all database request. But as the customer install both
SQL server instances databases onto the SAN disk, it means the Live
Master DB will overwrite the DR Master DB every time they sync the
user databases on the SAN disks.
How can I avoid this happen?
Cheers,
|
8/31/2010 5:09:38 AM
|
1
|
Tao <linta...@gmail.com>
|
Problems installing "Microsoft SQL Server Management Studio Express" on Win7 64Bit,...
Hi,
first i must apologize for crossposting but i hope someone
has a answer for this: I try to install this (the 64 bit variant
on my Windows 7 64 bit):
http://www.microsoft.com/downloads/details.aspx?familyid=C243A5AE-4BD1-4E3D-94B8-5A0F62BF7796
it fails with a "Access denied". My question is: Is there any way,
except using tools like "Process Monitor" and similar, to create
a detailed logfile what and where exactly the installer fails to
access. Maybe some MSI switch on the Installer Package or
some other way, e.g creating a system event entry in the os
event databases,...if
|
8/30/2010 2:45:42 PM
|
3
|
=?iso-8859-1?B?S2VyZW0gR/xtcvxrY/w=?= <kareem...@hotmail.com>
|
laying out iscsi drives for SQL
Is there a best practice for laying out a disk structure on a Windows Target
server for an SQL server initiator's drives? Point being, when configuring
the drives on the iSCSI Host, you format them as the VHD, then should you
format the drives the same way as on the initiator, in this case an 2008 SQL
server? We have formatted the drives on the iSCSI host with default settings,
and then on the initiator, our SQL server, we format the drives with a 64K
allocation size. We are trying to determine the optimal size of formatting
the disks.
Should both servers’ drives be formatted w
|
8/29/2010 9:40:06 PM
|
0
|
=?Utf-8?B?ZnJvcw==?= <f...@discussions.microsoft.com>
|
drop database [using parameters]
Hi guys
can someone tell me what is wrong with this procedure.
===============
set ANSI_NULLS ON
set QUOTED_IDENTIFIER ON
go
ALTER PROCEDURE [dbo].[createdatabase]
-- Add the parameters for the stored procedure here
@dbname varchar(15)
AS
-- SET NOCOUNT ON added to prevent extra result sets from
-- interfering with SELECT statements.
SET NOCOUNT ON;
-- Drop the database if it already exists
IF EXISTS (
SELECT name
FROM sys.databases
WHERE name = @dbname
)
DROP DATABASE @dbname
CREATE DATABASE @dbname
==================
Server 2005 keeps gi
|
8/28/2010 1:02:06 AM
|
2
|
=?Utf-8?B?cmV2ZWFsZXI=?= <revea...@discussions.microsoft.com>
|
Shrink transsaction log file
I try to shrink the transaction log file.
I made a back-up of transaction log and after that from context
menu->Tasks->Shrink->Files->Transaction Log-> Release unused space (there is
92% unused space).
After all this steps, the file keeps the same size.
Why?
Nick
__________ Information from ESET NOD32 Antivirus, version of virus signature database 5400 (20100826) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
|
8/27/2010 8:02:52 AM
|
3
|
"Nick Brad" <nicolae.braduce...@ateinsurance.ro>
|
Transactional replication of VLDBs
Hi Folks,
I am assigned to do a transactional replication of a large database of size
more than 4 TB and As the snapshot cannot hold the large amount of data I am
looking for better solution like initialize the database from the backup and
then perform the replication.?
Any suggestions,ideas or very good links to do this?
|
8/26/2010 5:17:55 PM
|
1
|
"SQL Hunter" <u63...@uwe>
|
Linked Servers
I would like to create two linked servers to the same data source. The first
linked server has fairly open access to the database. The second linked
server will have limited access to the database (readonly on one view). The
two Linked Servers would be configured to access the database through
different logins on the source server with different access to the same
database.
The first Linked Server works fine. I can't seem to configure a second
linked server to the same datasource, even if I define the Server type as
another data source.
How can I create two linked serve
|
8/26/2010 3:57:03 PM
|
2
|
=?Utf-8?B?TGlzYU0=?= <Li...@discussions.microsoft.com>
|
MSDB database more large after "Clean up history"
Hi,
I've a problem with system database msdb size, because after I run the
maintenance plans " Clean up history" for delete all history < 1 month, now
I've a size of 4.4gb (2.2 data and 2.2 log). Before the cleanup, msdb
database was 2gb.
On this istance I have about 1500 db and the autogrowth is set to "by 10
percent, unrestricted growth" and "recovery model" is simple. I just already
shrink database file and log, but the size don't change.
Help me.
Best Regards
|
8/26/2010 7:28:03 AM
|
0
|
=?Utf-8?B?TWFzc2ltaWxpYW5v?= <Massimili...@discussions.microsoft.com>
|
convert(binary(4), @Number) not giving expected result
Hi
I thought the following code would give me a result of 1101 bit instead it
gave me 0x00000000D.
declare @Number int
set @Number = 13
select convert(binary(4), @Number)
select cast(@Number as binary(4))
What I wan to do is convert a integer or number to binary. (2s Compliment)
Background. I am doing this because we use BPay at work but finance uses it
for invoices that can be for more thatn on thing. I.E our customers pay thier
Joining fee and then choose to pay for other courses, groups etc. But with
BPay you get only one reference number and one amount. So what I
|
8/26/2010 6:56:03 AM
|
5
|
=?Utf-8?B?QnJpYW4=?= <Br...@discussions.microsoft.com>
|
the incoming tabular data stream remote procedure call is incorrec
Hello,
I am using SQL Server 2008 Express with sql native client 10.0 as a backend
to an Access frontend.
When I try to updated one of the linked tables in Access, I receive a server
side error message stating "The incoming tabular data stream (TDS) remote
procedure call (RPC) protocol stream is incorrect. Parameter 6 (" "): Data
type 0xE7 has an invalid data length or metadata length.
I found some documentation on microsofts website which states that this
issue was addressed in the cumulative update package 3 for sql server 2008
service pack 1 971491.
However, when
|
8/25/2010 8:54:03 PM
|
3
|
=?Utf-8?B?TS4gV2lsc29u?= <MWil...@discussions.microsoft.com>
|
Multiple backups with datetime stamp
I want to backup multiple Databases on Daily biases and create a file for
each Database. I would like the backups to have datetime stamp. I was going
to use either Differential or incremental but I don't know the best solution.
I would be grateful for your suggestions.
Thank you in advance.
|
8/25/2010 8:52:32 PM
|
1
|
"jah1" <u63...@uwe>
|
Auto increment int field in select statement
What I am trying to figure out how to do is to have a int to start at
1, 2, 3, ect. But I want then counter to reset when the MasterID
changes.
Employees table is used to hold employee info, MasterID is the PK key
and is a Identity field on the table. Dependents are for dependents
has a FK to Employees.MasterID column. It also has a fiend called
DepID that is a PK and identity column.
Im looking for something like this
SELECT Employee.MasterID, Dependent.DepID, --There is where I want to
increment to be
FROM Employees
JOIN Dependents on Employee.MasterID = Dependents.Maste
|
8/25/2010 6:27:50 PM
|
1
|
TheVillageCodingIdiot <whosyodaddy1...@hotmail.com>
|
How to use datepart in below scenario
Hi Guys,
I have the following dates:
8/23/2010 6:30:00 AM
8/24/2010 6:29:00 AM
8/25/2010 7:00:00 AM
8/26/2010 5:00:00 AM
8/23/2010 6:30:00 AM/ is Monday but i want to treat also 8/24/2010 6:29:00 AM
as Monday. Scenario: production schedule is from 6:30 am to 6:29 am the next
day.
how can i use selec case? i am using sql server 2005?
Thanks and regards,
george
--
Message posted via http://www.sqlmonster.com
|
8/25/2010 2:53:34 PM
|
3
|
"george_faz via SQLMonster.com" <u41...@uwe>
|
Create trigger
Hii,
Can any one please let me know the process that how can we create trigger so
that it grab the job failure logs when the job fails and that error log
details will sends to mail via SMTP.
Please provide some URL's for this task is much helpfull for me.
Thanks in Advance.
Kareem.
--
Message posted via SQLMonster.com
http://www.sqlmonster.com/Uwe/Forums.aspx/sql-server/201008/1
|
8/25/2010 6:53:27 AM
|
5
|
"Kareem via SQLMonster.com" <u63...@uwe>
|
mercedes das xentry full verison rapidshare vc<X#&@JPO
We can crack or emulate any protection type: Dongle,
Hardlock, Hasp, Serial, Password, Hasp4, Flexlm, Sentinel,
Wibu, Eutron Smartkey, Hasphl, Proteq, All the Protections!!
email = yshowsoft@gmail.com
email = yshowsoft at gmail.com
NEW UPDATES 2010
Artpro 9.5r4 with license (minimal of 2 license)
Oris Press Matcher
fiery impose
Fiery Color Profiler 2
Preps 6.0r3
Dynagram Dynastrip v6.0.1
Dynagram inpO2
Artpro 9.0r8 (all modules included)
Esko Visualizer 7.5.5
Esko Softwares Suite V7.5 PC/Mac
Trueflow SE6.0.1 with SPM fully crack
Heidelberg SignaStation v4.5.10.91
|
8/25/2010 6:39:48 AM
|
0
|
ecm2001 winols cpwin rapidshare torrent<ecm2001.win...@free-downloads.com>
|
Query execution plan problem
Hi,
I have encountered a problem with a query execution plan on MS SQL Server
2008. It is a simple query on a single table. The table has a primary key
RNUM (number(10)) with a clustered index. The query is executed via ODBC
using fast forward cursors and is constructed like this:
select [field_list_here] from table_name where RNUM>@P and TYPE='A' order by
RNUM.
The field TYPE has 2 possible values and is not indexed. The table has about
2 000 000 rows of static data (only reads, no inserts and updates).
For some time my query executes using the efficient query execution
|
8/24/2010 8:23:01 PM
|
7
|
"Bozena" <bo...@op.pl>
|
Inherited column collation
Hi,
Just to clarify, my understanding is that all column collations are
hardcoded and there is no inheritance structure. Is this correct, or
does SQL know internally whether collation is inherited from the
database default or whether it was explicitly specified for the
column?
i.e. one column is created using COLLATE database_default, one column
doesn't specify a collation during creation and one column is created
using COLLATE Latin1_General_CI_AS (which is the default database). Is
there any way to tell them apart? Does it make any difference to the
schema?
Sorry to ask but
|
8/24/2010 2:02:41 PM
|
8
|
JimLad <jamesdbi...@yahoo.co.uk>
|
Famous Software ftp download 2011!!.
Famous Software ftp download 2011!!.
anwer8@nextmail.ru
Anything you need,You can also check my website: ctrl + f
http://famous-software-ftp-download-2011-a.962857.n3.nabble.com/
http://aswer8.wordpress.com/2010/08/02/famous-software-ftp-download-2011
b/
COADE.PVElite.V2008 & V2007
COADE.PVElite.V2010 & V2009
COADE.Worx Pipe 3.1
COADE CAESAR II 5.1
COADE.CAESAR.II.v5.2
COADE_TANK_V3.10
COADE_CADWORX_DATASHEETS_V2010
COADE_cadworx.equipment.V2009
Coade CADWorx Equipment v2010
COADE_CADWORX_IP_V2010
COADE CADWORX_PIPE2004
Coade CADWorx Plant 2010
Coade CADWorx P
|
8/24/2010 1:14:27 PM
|
0
|
anwer82 <Sunsa...@yandex.ru>
|
Famous Software ftp download 2011!!.
Famous Software ftp download 2011!!.
anwer8@nextmail.ru
Anything you need,You can also check my website: ctrl + f
http://famous-software-ftp-download-2011-a.962857.n3.nabble.com/
http://aswer8.wordpress.com/2010/08/02/famous-software-ftp-download-2011
b/
COADE.PVElite.V2008 & V2007
COADE.PVElite.V2010 & V2009
COADE.Worx Pipe 3.1
COADE CAESAR II 5.1
COADE.CAESAR.II.v5.2
COADE_TANK_V3.10
COADE_CADWORX_DATASHEETS_V2010
COADE_cadworx.equipment.V2009
Coade CADWorx Equipment v2010
COADE_CADWORX_IP_V2010
COADE CADWORX_PIPE2004
Coade CADWorx Plant 2010
Coade CADWorx P
|
8/24/2010 1:13:28 PM
|
0
|
anwer82 <Sunsa...@yandex.ru>
|
Create Clustered Index on View Problem
Hi,
I've got a annoying problem that our DBA can't help with. We are dropping and
recreating indexes on tables/views in our overnight batch to allow quick
insert of data. This works normally well, however on a couple of occasions
creating the clusterd index on the view takes hours instead of minutes. We
are running on new SQL Server 2008 kit so hardware should not be a problem.
This has stopped our project totally so any help gratefully received!
I've attached the View and Index code below. Tables used are
1. Delta table - 7.5m rows
2. Delta_TradeDetails]- 75000 rows
3. Delta_T
|
8/24/2010 11:49:46 AM
|
3
|
"RobJones" <u63...@uwe>
|
Failed to backup
Hi,
I have SS 2005 9.0.3228 (SP2 ??)
this server is a publisher for merge replication
every 5 or 10 min there are about 100 subscribers.
Is it too much ??
I can't backup my server (OS backup with Netbackup)
How I can do my OS backup
(skip some files ???)
Thanks for your help
|
8/23/2010 7:27:14 PM
|
1
|
"bob123" <bob...@gmail.com>
|
how to pass the result of count(*) in a variable in a SP?
Hi,
i want to fetch the number of records in this stored procedure and put it
into a variable for further test.I get an error on the line containing the
IF. How to use variable 'nmber' in the IF statement?
Thanks
Phil
declare @nmber int
select COUNT(*) as nmber from mytable
if nmber >=4
begin
.....
end
|
8/23/2010 12:51:24 PM
|
2
|
"Phil" <...@ss.nl>
|
sql 2008 data compression
We are thinking of running compression on our databases now that we moved
over to SQL 2008 ? Our databases are quite huge and was wondering, how long
does it take to compress ?
I guess the answer is it depends.. but would be curious to get some examples
of times.
Also, is it an offline operation .. meaning the table(s) cant be accessed
when the operation is running ?
Thanks
|
8/23/2010 4:40:43 AM
|
2
|
"Raj" <...@hotmail.com>
|
Backup strategy with torn page detection on?
I have 2005 and planning to turn on the torn page detection at the
database level..
If I do a full backup with Init and checksum on and if sql server
encouters a torn page while doing a full backup, does it still over
write the previous backup with an error msg or it leaves the previous
backup intact with an erro msg? This is urgent.. Please clarify..
|
8/22/2010 9:32:07 PM
|
1
|
Bero <robertatn...@gmail.com>
|
Installing on Win7
My computer is running on Windows 7 with Visual Studio 2008 Sp1 and .Net 3.5
sp1
I am not able to MS SQL 2008 and getting compatibility issue error and says
it requires .Net 3.5 to be installed
Any workarounds?!
Regards
Raj
|
8/22/2010 9:43:03 AM
|
2
|
=?Utf-8?B?UmFq?= <...@discussions.microsoft.com>
|
Mutually Exclusive Set Comparisons
Hi there,
I've been toying around with a problem for months and have had little success
in answering it; mostly because my limited ability to describe the problem.
I've created a series of queries to set up sample data. I also took the
output, put it into Excel, marked the rows that I want to include with a "1"
with the hopes that this may assist in describing my dilemma.
Anyway, based on the following queries, there are 3 tables:
#MEC (The master exceptions combinations table)
#EC (Linking Combinations table to individual "Exceptions" )
#E (Exception table with each
|
8/22/2010 5:51:47 AM
|
13
|
"Flam_B" <u63...@uwe>
|
bulk air force ones for sell
http://www.24hours-buy.com/ wholesale discount nike air force one shoes
http://www.24hours-buy.com/ cheapest nike air max90 shoes nike maxltd
shoes
http://www.24hours-buy.com/ cheap gucci sneakers,prada sneakers
http://www.24hours-buy.com/ cheap jordan sneakers
http://www.24hours-buy.com/ nike shoes wholesale in china
http://www.24hours-buy.com/ discount chanel gucci shoes wholesale
http://www.24hours-buy.com/ jordan sneakers
http://www.24hours-buy.com/ cheapest puma sneakers wholesale
http://www.24hours-buy.com/ dsquared2 shoes wholesale in china
http://www.24hours-buy.com
|
8/22/2010 1:32:39 AM
|
0
|
"wendy wen"<globaltrad...@yahoo.com>
|
create View showing a conditional field
How can I create in a view, a calculated field (name) that depends from
other field (value) as follows: if not isnull(value) then (name) ="Discount"
else (name) = null
thanks for your suggestions
LAM
|
8/22/2010 12:39:01 AM
|
4
|
"LuisM" <luisantony&@hotmail.com>
|
Extract month form a datetime field
Hi, something else:
I want to show in a view, the month of a date as fixed format = "00"
Thanks again
LAM
|
8/21/2010 11:32:07 AM
|
2
|
"LuisM" <luisantony&@hotmail.com>
|
Show int field as fixed lenght field
Using a view, I need to fullfill with zeros (0) at the left of whatever
number found in a integer field, converting it to a fix lenght of 6
characters. Also, I would like to know how to show a datetime field under
this format: YYMM
Thanks
LAM
|
8/21/2010 12:42:46 AM
|
4
|
"LAM" <lui...@(arroba)yahoo.es>
|
partition or archive
What is the difference between partitioning a table and archiveing a table in
sql server 2008?
|
8/20/2010 3:50:03 PM
|
1
|
=?Utf-8?B?c2Vla2Vy?= <see...@discussions.microsoft.com>
|
BUY FAKE USA PASSPORT,FAKE PASSPORT OF AUSTRALIAN FOR SELL,FAKE BELGIUM PASSPORTS
Our team is a unique producer of quality fake documents.
We offer only original high-quality fake passports, driver's licenses,ID
cards, stamps and other products for following countries:
USA, Australia, Belgium, Brazil, Canada, Finland, France, Germany,
Israel, Mexico, Netherlands, South Africa, Spain, United Kingdom.
To get the additional information and place the order just visit our
website:
========================================================================
==================================================
(If in some technical reasons you are unable to visit our
|
8/20/2010 1:22:26 PM
|
0
|
mybuypassports mybuypassports <johnny_...@ymail.com>
|