Viewing 15 posts - 7,516 through 7,530 (of 8,760 total)
SQLRNNR (8/14/2014)
Ed Wagner (8/14/2014)
Evil Kraig F (8/14/2014)
djj (8/14/2014)
ChrisM@Work (8/14/2014)
remember '76/'77
Wish I could remember what last year was like, I remember some nice days for '77 as I have a...
August 14, 2014 at 11:57 am
tcronin 95651 (8/14/2014)
August 14, 2014 at 11:39 am
SQLRNNR (8/14/2014)
Koen Verbeeck (8/14/2014)
Phil Parkin (8/14/2014)
I can't see a way of querying SSISDB directly to get this data. Which makes me wonder where SQL Server has put it!
I asked Matt...
August 14, 2014 at 8:40 am
Quick thought, add an output method element
😎
<xsl:output method="text" indent="no"/>
August 14, 2014 at 4:42 am
mqbk (8/13/2014)
August 13, 2014 at 3:18 pm
demin99 (8/13/2014)
I wanted to find the packages that uses a particular tablename. Is there any easy...
August 13, 2014 at 2:56 pm
N_Muller (8/13/2014)
August 13, 2014 at 2:39 pm
faisalfarouqi (8/13/2014)
Eirikur Eiriksson (8/13/2014)
faisalfarouqi (8/13/2014)
August 13, 2014 at 2:24 am
Here is an example using IN / NOT IN for error report and insert. Same can be done with EXISTS / EXCEPT
😎
USE tempdb;
GO
DECLARE @CLIENT TABLE
(
CLIENT_ID INT...
August 13, 2014 at 2:11 am
faisalfarouqi (8/13/2014)
Is...
August 13, 2014 at 1:40 am
julie.breetzke (8/13/2014)
I want to pick someones brain
I am using a Trigger to search for existing values in a column in a table to look if the value is already...
August 13, 2014 at 1:36 am
Can you post the DDL including the collation for AU.dbo.INV1, AU.dbo.OINV, SCE.dbo.AU_SALES_R, SCE.dbo.AU_SALES_H and the database collation?
😎
August 13, 2014 at 1:24 am
Quick questions
1. How much free space is on the P: drive?
2. Has the content of P:\Mnt\DATA4B\ changed?
3. Do you have a file backup of P:\Mnt\DATA4B\ ?
😎
August 13, 2014 at 12:19 am
Quick thought, if the indexes cannot be partition-aligned, how about dropping them before the switch and then re-create them?
😎
August 13, 2014 at 12:06 am
F/-\R//-\Z (8/12/2014)
hiI want Compare two Table data and insert changed field to the third table
who can help me
thanks a lot:-):hehe:
While I suspect that the requirements might possibly...
August 12, 2014 at 11:39 pm
Viewing 15 posts - 7,516 through 7,530 (of 8,760 total)