Viewing 15 posts - 76 through 90 (of 130 total)
Maybe I should just worry about creating referential integrity and then see how access deals with it.
So what is the best way to enforce referential integrity? Should I add...
January 12, 2012 at 10:09 pm
SQLRNNR (1/10/2012)
SQL Kiwi (1/10/2012)
Gianluca Sartori (1/10/2012)
Don't mistreat it that way: it was almost usable in SQL 2005. Something went wrong thereafter.
Almost usable, perhaps, at a stretch. 2008 was a...
January 10, 2012 at 12:10 pm
Now that is really good stuff. Thanks for that Ninja!. I'll let you know how my findings go.
January 10, 2012 at 8:02 am
The server seems good. It seems to be more of an applicaiton issue. We have an invoice program which is an add on to our ERP. It creates a pdf...
January 10, 2012 at 7:38 am
🙂 Ok ok....I'll read through it. I can see the benefit of it after running it and I'll dive into it when I have more free time today. I'd like...
January 10, 2012 at 7:27 am
Thanks for the suggestions everyone. I really like sp_whoisactive, that is some interesting code.
I'll probably still build my own query from the DMV's Gail suggested though as I can...
January 10, 2012 at 7:11 am
Cool. Thanks Gail. I always forget about those nifty dmv's. I'll give it a try.
January 9, 2012 at 4:03 pm
Thanks!!!
That was it. Wizards for the win!
January 7, 2012 at 11:48 am
Great article Sebastian. One that I am highly interested in.
Can I ask what you prerequisites are there which make a database a good candidate for merge replication across different...
September 1, 2011 at 4:12 pm
Eugene Elutin (7/27/2011)
July 27, 2011 at 1:32 pm
Brandie Tarvin (7/27/2011)
July 27, 2011 at 9:21 am
Kath Smith (7/27/2011)
July 27, 2011 at 9:05 am
Brandie/Celko, The DDL's are coming up. I didn't create the DDL, this is from a Microsoft Dynamics database called Navision. Its not pretty to say the least.
As far as...
July 27, 2011 at 7:05 am
Thanks LutzM.
Here is what I ended up with and it seems to be working. I really appreciate that quick response.
select
sih.[No_] AS 'Invoice Number'
,sih.[Document Date] AS 'Invoice Date'
,sih.[Sell-to...
July 18, 2011 at 7:13 am
Ok, so I got the ftp task to work and am able to move files from the ftp site to a shared directory inside the network. Then I want to...
June 28, 2011 at 2:00 pm
Viewing 15 posts - 76 through 90 (of 130 total)