Viewing 15 posts - 2,806 through 2,820 (of 8,761 total)
Further on the fixed width method, here is an example, 100 x more efficient than XML and roughly 4-8 x more efficient than DelimitedSplit8K.
😎
I have proven many times that generic...
November 10, 2016 at 5:45 am
GilaMonster (11/10/2016)
sql 2005 to oracle11g database upgrade please send the step by step process
Um, ok...
Wooosh and no clue
~~~~\o/~~~/\~~~~
😎
November 10, 2016 at 5:19 am
21.naved (11/10/2016)
November 10, 2016 at 5:16 am
ramshali83 (11/10/2016)
THANKS FOR REPLY ,
WE ARE USING SAP APPLICATION WITH SQL DATABASE 2005, NOW WE R GOING TO UPGRADE THE DATBASE LEVEL WE HAVE PLAN TO UPGRADE ORACLE...
November 10, 2016 at 5:12 am
abhas (11/10/2016)
Thanks for your suggestion mhtanner and MMartin1 but client want this implementation only.Explained issue but they want like that only. 🙁
Thanks again Eirikur for your help....
November 10, 2016 at 5:05 am
andy.plumb (11/10/2016)
This is my first post here, so hello to you all!
I have a SQL 2008R2 server, which I have created various DTS packages to import data for an...
November 10, 2016 at 5:03 am
GilaMonster (11/10/2016)
Eirikur Eiriksson (11/10/2016)
21.naved (11/10/2016)
we do not run dbcc checkdb but there have been some reindex jobs successful whereas some failed.can I run it online during working hours?
Yes you can....
November 10, 2016 at 4:56 am
21.naved (11/10/2016)
we do not run dbcc checkdb but there have been some reindex jobs successful whereas some failed.can I run it online during working hours?
Yes you can. Run this command...
November 10, 2016 at 4:35 am
Sangeeth878787 (11/10/2016)
I have a table with date column and primary key column with auto increment, but few times we have been come across these tables not populated with new data...
November 10, 2016 at 4:29 am
What is the fill factor for the index?
😎
November 10, 2016 at 4:18 am
Henk Schreij (11/10/2016)
Are you able to change the parameter to a table-parameter?
I wish 🙂
I get the parameters from a outsite source: the people who build the website.
I have some influence...
November 10, 2016 at 4:11 am
21.naved (11/9/2016)
November 10, 2016 at 12:20 am
Here is a very simple method that first tries to truncate the table and if that fails, then it deletes all rows from the table.
😎
USE TEEST;
GO
SET NOCOUNT ON;
IF OBJECT_ID(N'dbo.AllTables') IS...
November 10, 2016 at 12:08 am
Benki Chendu (11/9/2016)
But my question is very vague 🙁
If I want to provide some visualizations or dashboards to my customers and want to...
November 9, 2016 at 11:43 pm
whitesql (11/9/2016)
I need to delete all tables listed in a table named dbo.tblSum. There are 500 tables that I need to delete.
I am not sure on how to do that...
November 9, 2016 at 11:06 pm
Viewing 15 posts - 2,806 through 2,820 (of 8,761 total)