Viewing 15 posts - 241 through 255 (of 630 total)
I guess what I have a hard time understanding with people saying they would never touch it again is, do you not enjoy sql? Does it not make your mind...
March 22, 2011 at 7:28 am
It sounds like you already changed it you just have to deploy the updated report to the report server from VS
March 21, 2011 at 1:14 pm
If you have not deployed the report then the report has not been updated on the server and therfore will always hold the old value. based on what you...
March 21, 2011 at 1:11 pm
when you say no change are you saying that when you open it the next time it is still not changed, When you preveiw the report in VS or BIDS...
March 21, 2011 at 1:02 pm
When you have tried to make the changes are you using visual studio? I do not recommend changing the XML file directly unless you are an advanced user as...
March 21, 2011 at 12:51 pm
Based on the event that caused the ASR I would say you have a hardware issue. There is nothing you can do to prevent this, hardware failure will always...
March 21, 2011 at 10:24 am
I am no longer in a position where I have to do interviews but when I was I probably asked alot of questions that people may have veiwed as odd....
March 21, 2011 at 10:13 am
While I applaud the dedication many show and I truly love my job it is just that my job. I am lucky enough to have a job I enjoy...
March 21, 2011 at 8:15 am
It's most likely the difference in data formats and data sampling. For example the standard data format in SQL would not be recognized as a date in Excel and...
March 21, 2011 at 7:58 am
What I have donw in the past to select a random set of data is use the newID() function.
So select top 10 * from table1
order by newID()
NEWID() will generate a...
March 18, 2011 at 2:19 pm
I wish I could. The laptops are used by the fire deparment and contain sensative data. I thought about gathering up some equipment and replicating an environment to...
March 18, 2011 at 1:35 pm
select i_s.NO,data_14,data_15,(((data_14/Data_15)+1)/100)-100 as New_Column from dbo.v_Devide
unless I have vastly misunderstood I am not sure what the cte in teh subject is in reference too.
March 18, 2011 at 1:32 pm
is there any criteria or just delte 1000 records randomly?
March 18, 2011 at 1:27 pm
the laptops which are the subscribers in this case will remain at 2000 and replication can not be removed. This is litterly a show stopper scenario for this project....
March 18, 2011 at 1:12 pm
The job completed successfully but did not take the backup? If this is the case what indication do you have that it did not take the backup?
March 18, 2011 at 12:26 pm
Viewing 15 posts - 241 through 255 (of 630 total)