Viewing 15 posts - 1,096 through 1,110 (of 5,504 total)
Maybe one of Jacob Sebastians Blogs can help.
However, I have no idea what the performance counters will display...
But I have not seen any equivalent XQuery solution yet.
August 24, 2011 at 1:02 pm
If you can't run any .exe file to install the software, chances are close to zero to find any free tool.
The main reason: almost anybody nowadays requires a single-click install....
August 24, 2011 at 8:56 am
If you "just" want to copy data, I would recommend to use bcp and generate files. Then use some MySQL tools to get the data back in (those tools exist,...
August 24, 2011 at 8:14 am
Any chance to post a sample or two and your expected output?
You could also drop me a PM / email if you like.
The data type issue is definitely something a...
August 24, 2011 at 7:58 am
I try to differentiate between the people posting for a hint or advice because they're stuck and the ones with the attitude of "Do my (paid) job! Now!".
Once in a...
August 24, 2011 at 5:55 am
You might want to ask this question in a PowerPivot forum.
From my point of view SQL Server only serves as a data provider.
August 24, 2011 at 5:31 am
Let's assume the ToolID is the identity column of a Tools table. Then there also should be a description or name.
Instead of using the db internal ToolID directly, I would...
August 24, 2011 at 4:48 am
R.P.Rozema (8/24/2011)
declare @xml xml;
select @xml = N'
<root>
<node attr1="1" attr2="2"/>
...
August 24, 2011 at 4:41 am
In order to know the daet range we'll need a start date.
The end date can either be limited by the number of rows, an additional date parameter or by limiting...
August 24, 2011 at 4:26 am
Jeff,
here are some additional sources you might want to have a look at:
Peso@SSC -> a similar approach like the one R.P.Rozema suggested and
Jason Follas blog. Jasons approach is based on...
August 24, 2011 at 12:11 am
uciltas-924976 (8/23/2011)
I am getting an error.Msg 102, Level 15, State 1, Line 36
Incorrect syntax near ')'.
The syntax seems to be correct
Without seeing the query it's hard to tell.
I think there's...
August 23, 2011 at 8:17 am
Please have a look at the CrossTab article referenced in my signature. It's most probably exactly what you're looking for.
As a side note: If you know the data of each...
August 22, 2011 at 7:45 am
As long as you're not allowed to index this column, almost every approach will take a significant amount of time since you'll need to perform a table scan (or clustered...
August 22, 2011 at 7:13 am
I just had a glance at the first one. The job description sounds like asking for a complete dev team including the backbone DBA staff. Not to forget the customer...
August 21, 2011 at 8:52 am
What do you define as "being referenced"?
If you'ro looking for the refernces assigned by using foreign keys, you could look at sys.foreign_key_columns.
Other than that you'd need to analyze each object...
August 21, 2011 at 8:26 am
Viewing 15 posts - 1,096 through 1,110 (of 5,504 total)