Viewing 15 posts - 331 through 345 (of 2,008 total)
I am just not sure if the data what we are looking in SSC screen is the same he has in files. Sometimes SSC does magic tricks while showing some...
January 10, 2012 at 8:42 am
Posted Wednesday, May 21, 2008 9:55 PM
January 10, 2012 at 8:37 am
Please check for column separator. It looks like ‘ ‘(space) character is breaking the rows in multiple columns.
January 10, 2012 at 8:35 am
Divide it by 1000.
January 10, 2012 at 8:32 am
I forgot to mention T-SQL scripts. We will extend your existing code to meet your requirements.
January 10, 2012 at 8:16 am
To help you better, please provide us table DDLs, sample data & expected output.
January 10, 2012 at 8:14 am
What about operator precedence? If it needs to be calculated from left to right, it would be easy with string operations. Operator precedence will make it little complicated.
Please provide us...
January 10, 2012 at 8:12 am
Please start another thread for your issue. We will try to help you.
January 10, 2012 at 8:08 am
Posted Wednesday, November 03, 2010 12:27 PM
January 10, 2012 at 8:05 am
SQL Database Management Objects (SQL-DMO)
http://msdn.microsoft.com/en-us/library/ms131540.aspx
Getting Started in SMO
January 10, 2012 at 7:56 am
Script out a user from SSMS window, you will find necessary options in it.
January 10, 2012 at 7:52 am
What output you get when you type in following in Windows explorer?
\\192.168.14.25\d$
If it errors out, it’s a permission issue.
January 10, 2012 at 7:39 am
A JOIN query should work. First of all create a query to SELECT data from 3 different tables with fully qualified names. Then add INSERT statement to insert these rows...
January 10, 2012 at 7:02 am
I don’t see any harm in giving it (DNS changes) a try. Please let us know if it works.
January 10, 2012 at 6:53 am
I am sorry. I just overlooked it. As SSMS doesn’t appear in Express edition, there is no scope for argument on it.
You may try SQL CMD instead.
January 10, 2012 at 6:45 am
Viewing 15 posts - 331 through 345 (of 2,008 total)